I am trying to make a Print Framework where a user can select the
panels they want to print and the panels will appear inside
JInternalFrames (inside JDesktopPane).
However the only functionality that I want out of the JInternalFrames
is that when the user clicks and drags any part of the frame, the
whole frame moves and that it is resizable. Also because this is for
a Print Framework, I dont want there to be a title bar for the
JInternalFrames.
If any of you have used the JBuilder design utilities, I think you
know what I am talking about. I want to point out that I am not stuck
on JInternalFrames or anything.. I just figured that it might be the
best way to do it. I am compltely open to any and all ideas.