I think I've found another bug concerning Java Windows and Netscape.
Whenever I popup up a Window, the contents of the window are drawn
about 20 pixels above where the Window itself is drawn on the screen.
It look to me like the clipRect of the object being drawn is being
calculated incorrectly in the Netscape environment; the clipRect is
correct when run in the appletviewer. This behavior can be seen if
the Java group's WindowTest applet is run (java_src/src/share/test/awt).
Whenever I popup up a Window, the contents of the window are drawn
about 20 pixels above where the Window itself is drawn on the screen.
It look to me like the clipRect of the object being drawn is being
calculated incorrectly in the Netscape environment; the clipRect is
correct when run in the appletviewer. This behavior can be seen if
the Java group's WindowTest applet is run (java_src/src/share/test/awt).