I am creating a simple Swing application, then I realized that JToolBar does not provide much functionality. For example, I want to add several draggable toolbars to a single JFrame, but I can only use one floating JToolBar for a JFrame if I use JToolbar.
I know that NetBeans is built with Swing, and the toolbars on NetBeans have more functionality than JToolBars. I have not yet spent my time picking a peak at the NetBeans source, but I wonder if there is any other existing JToolBar replacement in the world.
source
share