javaeditortoolbox

Is there a preset in Java to create toolboxes or is there an program for it?


I wanted to ask how one create a toolbox like in Word/Excel ... in Java.

I would do that by creating an popup where I would add all buttons on. But before I try to create one I was looking for a preset (especially where i find all the icons. Are they different Fonts or pictures?).

Is there an editor for it maybe? Maybe also in Eclipse like the WindowBuilder especially made for creating Toolboxes? Or do I have to create them my self.

For those who don't understand what I mean with Toolbox:

enter image description here


Solution

  • Swing has a JToolBar, but no "toolbox" component.