Hello,
I am trying to create a update section of a game but running into a problem of JFrames.
What I want to do is have a single JFrame that will have the update script, then after the update it will start a jar file in the JFrame (With the applied updates).
Is there a way to set the contents of a JFrame to a jar file?
An example of this is (i think) a game called Minecraft (By Notch) where you launch the application, you login and it updates (if needed). After all of that the minecraft.jar file (the one downloaded by the update script) is started in the JFrame without closing it.
Any and all help is appreciated.
-- Turt2Live