Results 1 to 3 of 3
Thread: Applets
- 01-26-2011, 07:44 PM #1
Applets
I just have curious question, are you able to make an applet, place that online and have the applet open new windows? example
Main menu - applet
[Open calculator] - button in main menu (action: open a new JFrame)
[Open temp converter] - button in main menu (action: open a new JFrame)
Assuming that the JFrame class files are located where the applet class files are and the applet program is the main program running in the browser, the JFrames open as a separate window not browser window. Can this be done?
- 01-26-2011, 07:57 PM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,547
- Rep Power
- 11
The best way of answering questions like this is to try it and see. It's as simple as putting "new JFrame().setVisible(true);" in the applet's start() method and seeing what happens.
- 01-27-2011, 12:07 AM #3
Similar Threads
-
New to Applets
By Psyclone in forum Java AppletsReplies: 8Last Post: 02-28-2010, 04:00 AM -
I need help with Applets
By ProgrammingPup in forum Advanced JavaReplies: 1Last Post: 12-22-2009, 08:07 PM -
Can't see any Applets
By pyr0chem in forum Java AppletsReplies: 9Last Post: 12-17-2008, 04:24 AM -
applets on mac what´s going on?
By willemjav in forum Java AppletsReplies: 6Last Post: 04-19-2008, 07:03 PM -
Applets and dll
By peiceonly in forum Java AppletsReplies: 1Last Post: 04-01-2007, 10:16 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks