View Single Post
Old 10-05-2010, 01:18 AM   PM User | #1
philmetz
New Coder

 
Join Date: Aug 2008
Posts: 20
Thanks: 2
Thanked 0 Times in 0 Posts
philmetz is an unknown quantity at this point
Question Java application menu system

I was wondering what is the basic way to deal with menus in java? I have a bunch of different menus that should be opened when I click on a button. Right now I am using layers for each menu and I show and hide each of them. But this gets complicated with all the setVisibles(). Any other methods I can do?
philmetz is offline   Reply With Quote