No answers. Does this mean that nobody knows of any reasons to use a
JWindow instead of an undecorated JFrame, or that everyone thinks that
it's a stupid question that I should be able to work out myself?
>No answers. Does this mean that nobody knows of any reasons to use a
>JWindow instead of an undecorated JFrame, ...
I do not speak for others, but for my own part,
there are only some minor reasons..
1) One less line of code.
2) JFrame has some 'baggage' that is not required
for a (J)Window. It inherits the methods of Frame,
and has things like setDefaultCloseOperation().

Signature
Andrew Thompson
http://www.athompson.info/andrew/