The JFrame vs. Window discussion prompted me with a few enquiries. (Totally
off-topic, please delete if you are offended :)
I've just started with a Window and JInternalFrame hack last night.
Basically I'm adding a JInternalFrame to a Window to give the "Java look &
feel" to an application. This enbles me to not use the external
window-manager's look & feel - overriding this with the Java look & feel for
consistency accross window managers. (And as a bonus, Java applications are
easy to spot :) So far, so good. The application is starting to look like
something. Now I'm busy implementing the dragging etc.
Question: has anybody done this before or can anybody help out with
suggestions? No need for me to re-invent the wheel. (I hope)
Greetings,
// Jaco