Java: Convert an applet to a desktop application -


so far i've seen ways convert java desktop applications applets. there way reverse? (it inherits java.applet.applet)

edit: meant somehow make applet desktop executable jar file (swing or something).

the easiest way run in sort of appletviewer

http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/appletviewer.html

here similar question.

https://softwareengineering.stackexchange.com/questions/188982/how-to-run-an-applet-like-a-desktop-application-without-installing-entire-jdk

hope helps.

failing need re-base code on jframe , java swing


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -