I am running JBook on OS X 10.2, and when it opens, the Window extends beyond the bottom of the screen, making it impossible to resize.
gabriel_m_james@yahoo.com
Logged In: YES user_id=30970
Yes. this appears to be a known problem:
http://developer.apple.com/documentation/ReleaseNotes/java10.2.html The fix seems to be to use maximized support in Java 1.4, which is what we really want anyhow:
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Frame.html#setExtendedState(int)
This change is in progress.
-Andy
Log in to post a comment.
Logged In: YES
user_id=30970
Yes. this appears to be a known problem:
http://developer.apple.com/documentation/ReleaseNotes/java10.2.html
The fix seems to be to use maximized support in Java 1.4,
which is what we really want anyhow:
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Frame.html#setExtendedState(int)
This change is in progress.
-Andy