How to add window API for toolbar in Java?
I am developing a peice of software that will be a tool. I am now at anal开发者_StackOverflowysis phase. But I want to know how can I add some windows toolbars ( like the toolbar that have open/save/print) in my application . Btw, I'm using Netbeans for coding. I hope my Question is clear. Thanks a lot
It's described in the toolbar section of the Swing tutorial.
精彩评论