Results 1 to 3 of 3
Thread: Help making a main menu.
- 10-16-2008, 11:54 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 2
- Rep Power
- 0
Help making a main menu.
Hello guys I was wondering if you guys could help me.
Im trying to make a main menu which is displayed to the user when they load my applet.
Im using 3 JButtons on one applet.
I have 3 separate applets I want to be accessible by clicking a button on the menu.
So the user presses a button and they are displayed the required applet. I have each applet working separately but cannot get the menu I require to work.
So does anyone have any idea how to make JButtons show another applet in place of the menu?
It would be great if each applet could pass a value between each other too such as a score.
Any help would be great
Thanks
pbd2
- 10-16-2008, 10:15 PM #2
The Applet class extends Panel. You could use normal component add/remove methods to show an applet as a panel in your GUI.how to make JButtons show another applet in place of the menu?
However, that applet would not have access to the AppletStub and AppletContext without some code on your part.
Applets in your app could use normal methods to call methods in each other as with any other class.
How do you expect these 3 applets to communicate with a browser? Do each of them have their own "window" in an HTML page shown by a browser or what?
- 10-17-2008, 10:53 AM #3
Member
- Join Date
- Oct 2008
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
[SOLVED] Why main() in java is declared as public static void main?
By piyu.sha in forum New To JavaReplies: 5Last Post: 10-06-2008, 12:11 AM -
Fill a menu dynamically when menu is shown
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:47 PM -
making a .main file
By h3ckf1r3 in forum NetBeansReplies: 4Last Post: 06-30-2008, 07:42 AM -
React to menu action and checkbox menu
By Java Tip in forum javax.swingReplies: 0Last Post: 06-27-2008, 07:50 PM -
how to create Popup Menu with Sub Menu while right-clicking the JTree Node??
By Kabiraa in forum AWT / SwingReplies: 7Last Post: 05-09-2008, 07:54 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks