I have an executable jar file but no access to the code so I cannot use any method to like myFrame.toFront();
or myFrame.someThingElse();
to bring the window to the front.
But every time I do java -jar something.jar
a window opens behind everything that is already on the screen so I would like to bring the GUI to the front of the screen using a command line argument.