I want to create a Toolbar for my application. If you click a button on that toolbar , it will pop-up a menu , just like the toolbar of eclipse. I don't know how to do it in Swing. Can someone help me please ? I've try google but found nothing.
|
feedback
|
|
This is way harder in Swing than it needs to be. So instead of pointing you to tutorials I've created a fully working example.
| |||||||||||||
feedback
|
|
I think it's the same as in AWT. You should put an ActionCommand on that button and when it's executed show the pop-up menu according to the mouse coordinates. | |||
|
feedback
|
|
I'm not sure I understand you correctly but if you want to know how to make toolbars in Swing check this Java Tutorials: How to Use Tool Bars and this | |||
|
feedback
|
|
See the section Bringing Up a Popup Menu, in How to Use Menus. | |||
|
feedback
|