Pergunta

I have JMenuItems , I wanna add to Project Creation dialog to JMenuItem (New) similar to any other Application , I am confused with that a little bit. Is it going to be JDialog , JFrame or JPanel to create such window shown in picture. Maybe I can also add click next in the future as well.

Maybe Similar to

enter image description here

Regards

Foi útil?

Solução

Please note that standard container for JmenuItems is Jmenubar so add the Jmenuitems to Jmenubar then add Jmenubar to any other container (JPanel, JDialog , JFrame) Hope that helpsMenu Tutorial http://docs.oracle.com/javase/tutorial/uiswing/components/menu.html

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top