Frame's title bar is off the screen, Part 2

2000-03-26 Thread Chris Kelly
The previously mentioned problem with jdk1.1.8_v1 doesn't go away if I call reshape() before and/or after calling show(). However, using jre1.2.2_rc4, there's no problem; the code given in the original message works fine. Is this just a jdk1.1.8_v1 problem, or some kind of an Enlightenment/Gnome/

Frame's title bar is off the screen

2000-03-26 Thread Chris Kelly
When I open a frame with the code given below, it opens with <0,0> of the content area at <0,0> of the screen. So, the title bar is off the screen, and the window can't be moved. Is there a "WORA" workaround? I found this message, but I'd rather avoid this type of stuff if possible: http://www.d