Results 1 to 2 of 2
Thread: Applet in a GUI
- 06-12-2008, 10:28 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
-
You don't want to do this. What you should think about doing is to code a Swing application that ultimately creates a JPanel. Then should you decide to use this as a JApplet, you simply add the JPanel to a JApplets contentPane. Likewise if you want to use this in a stand-alone GUI app, you simply add the JPanel to a JFrame.
Similar Threads
-
applet
By amith in forum AWT / SwingReplies: 1Last Post: 05-16-2008, 03:24 AM -
applet lifecycle
By babua_87 in forum Java AppletsReplies: 1Last Post: 12-04-2007, 10:42 PM -
First Applet HELP????
By nvidia in forum New To JavaReplies: 0Last Post: 08-13-2007, 10:11 PM -
Applet
By kapoorje in forum Java AppletsReplies: 0Last Post: 07-24-2007, 04:06 PM -
Applet, To center text and To open I engage in a dialog in an Applet
By Marcus in forum Java AppletsReplies: 4Last Post: 06-08-2007, 06:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks