Hello
I'm trying to get my JToolBar non-draggable (make it fixed to my panel)
somehow I expected an option like setDraggable() but couldn't find that.
Thanks in advance
Printable View
Hello
I'm trying to get my JToolBar non-draggable (make it fixed to my panel)
somehow I expected an option like setDraggable() but couldn't find that.
Thanks in advance
Found it out ..
theres an option on the JToolBar object - setFloatable()
this must be turned "false"