how to have more than one JToolBar in one screen?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-04-18T15:26:35Z Indexed on 2010/04/18 15:33 UTC
Read the original article Hit count: 282

Filed under:
|

How to put more than one JToolBar on one screen and allow them floating. Usually we put JToolBar on a container with BorderLayout. if we put all JToolBars on a panel then put the panel to the container, we will have problem to allow them floating. any ideas?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing