Servoy Tool Bars

This is not really a question about Servoy, but rather a general swing question, but I’m hoping someone can help.

I would like my toolbar layouts to mimick servoy develooper’s.

How are the toolbars in the Developer gui layed out? In my own application I have more tools than should fit on one toolbar. I want the same tool bar behavior as the toolbars in servoy Developer, where tools can be dragged in and out of other tool bar spaces. Anyone know how this is done or how to accomplish something similar.

Thanks,
Sean

Its the default toolbar with some tweaks to make it look/behave nicer, see also: http://java.sun.com/docs/books/tutorial … olbar.html

Then can you give an example of how I might leverage Servoy’s toolbar classes to create multiple stackable toolbars at the top of my window?

I want my tool bars to behave like Servoy’s!

Many Thanks,
Sean

Our toolbars use a similar approach to netbeans which is opensource. You can get it at netbeans.org.