Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Java only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Java
Sub menu in a GUI
Sub menu in a GUI
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
nt5515
New Member
Join Date:
Feb 2008
Posts:
10
#1
Sub menu in a GUI
Feb 26 '08, 04:52 PM
Does anyone know how to crewat a submenu? i've got a menu with several items and i want to split it into submenus but cant find a way to do it.
Any suggestion are welcome
Thanks in advance!
JosAH
Recognized Expert
MVP
Join Date:
Mar 2007
Posts:
11453
#2
Feb 26 '08, 05:24 PM
Originally posted by
nt5515
Does anyone know how to crewat a submenu? i've got a menu with several items and i want to split it into submenus but cant find a way to do it.
Any suggestion are welcome
Thanks in advance!
Note that a JMenu is a subclass of a JMenuItem so where you can add such an
item to a menu you can also add a complete menu to another menu.
kind regards,
Jos
Comment
Post
Cancel
nt5515
New Member
Join Date:
Feb 2008
Posts:
10
#3
Feb 26 '08, 06:34 PM
Originally posted by
JosAH
Note that a JMenu is a subclass of a JMenuItem so where you can add such an
item to a menu you can also add a complete menu to another menu.
Ah i see. that worked a treat..thank you
Niall
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment