I am using JDesktopPane and Jinternal Frame.
I want to Lock Jinternal Frame inside JDesktopPane .
Suggest which method or property needs to change.
You could
DesktopManager and manage the setFrameBounds methodsetBounds(x, y, width, height), & maintain the position by supplying your own x, y values to the super call.