I have an JInterfnalFrame that contains a GLJPanel. I want the JInternalFrame to be moveable, but can only be moved by click the titlebar and then moved. Well in this case I want the titlebar hidden, as a result there is no way to move the JInternalFrame. I was wondering if a JComponent exist that can be click upon anywhere on the component not just the titlebar and moved to any location?