문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top