>>>>> Ron Yorston writes:
>> 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:
Ron> This is my least favourite bug.
Ron> Sun think that fixing this is an 'enhancement'. I think that
Ron> if our sales director says 'Why do the windows appear in the
Ron> wrong place?', it's a bug.
Ron> You can vote for this bug on the Java Developer Connection
Ron> Bug Database. Its id is 4102292.
Ron> But don't hold your breath waiting for Sun to fix it, it's
Ron> been there for over two years.
The problem is that Java needs to determine the dimensions of the
borders used by the window manager. This is tricky and works
different for almost every window manager (and there are dozens of
window managers). The currently best supported window manager is kwm
from KDE 1.x and we are still working on better support for other
window managers (you can imagine that testing on 10 or more window
managers is very time intensive). The fact that window managers
themselfes have bugs or problems with ICCCM support doesn't make the
the task easier. Also, there are still several place where the AWT
code makes wrong assumptions about timing and the order in which
things happen.
Note that we already support a broader range of window managers than
the Solaris JDK.
Juergen
--
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux.html
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]