JInternalFrame prevent moving
843806Jan 30 2008 — edited Jan 31 2008Hi,
In an application i'm using JInternalFrame. These frames are added to a JDesktopPane. The JInternalFrame is positioned in central of the JDesktopPane and is moveable. I must prevent its movable property. How can i do this?
And, can i add a scrollbar to a JDesktopPane in case if the added JInternalFrame frame is bigger than JDesktopPane?
Thanks,