<AWT Dev> Review request #1: 6402325 (Swing toolbars vs native toolbars on Windows)

Anthony Petrov Anthony.Petrov at Sun.COM
Fri Oct 23 06:54:51 PDT 2009


Hello AWT team,

The next version of the fix for

6402325 (Swing toolbars vs native toolbars on Windows)
http://bugs.sun.com/view_bug.do?bug_id=6402325

Please review at:

http://cr.openjdk.java.net/~anthony/7-33-utilityWindows-6402325.1/

This version introduces three window types:

NORMAL - for regular windows.

UTILITY - for toolboxes (either a WS_EX_TOOLWINDOW on Windows, or 
_NET_WM_WINDOW_TYPE_UTILITY on X11)

POPUP - for menus and tooltips (WS_POPUP on Windows, or 
_NET_WM_WINDOW_TYPE_POPUP_MENU on X11)

I ran related Swing and AWT automatic regression tests. They all passed 
on MS Windows and Gnome.

--
best regards,
Anthony





More information about the awt-dev mailing list