How to disable dragging of JToolbar? I placed it in a BorderLayout. I tried finding a method. Is there such a method ? THanks
I think you are looking for:
toolBar.setFloatable( false);