Strange behaviour in JToolBar
I am using NetBeans 5.5 to create a gui application. For one of the windows, I use a JToolBar across the top of the window. I can drag this tool bar out into its own "window" and when I do all the other components move up. But when I try to put it back, the components don't seem to repaint properly; The tool bar seems to overlap over the other components that moved up where the tool bar is. How do I fix this problem?

