Question

Say I had a JMenuBar. On that JMenuBar, I had a JMenu. On that JMenu, there was another menu, and on that menu, there were items. Is there a way to do this?

Was it helpful?

Solution

Found it! JMenu's can actually add other JMenu's... Why haven't I thought of that?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top