-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
b14
-
x86
-
windows_xp
Name: dk106046 Date: 07/02/2004
OPERATING SYSTEM(S): Windows XP
FULL JDK VERSION(S):
java version "1.4.2_04-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_04-ea-b01, mixed mode)
In Swing's Windows LAF no code has been implemented to use win.menu.height
(which picks up the "Selected items height" value from the OS) to determine
the height of the menubar. Similarly although the code to pick up the value of
SPI_GETHOTTRACKING from the OS has been implemented and assigns it to
win.item.hotTrackingOn this is not used to enable/disable hot tracking of
toolbars/menubars.
Both win.menu.height and win.item.hotTrackingOn are listed as supported Windows
desktop properties in:
http://java.sun.com/j2se/1.4.2/docs/guide/swing/1.4/w2k_props.html
were it states that :
"Programs do not need to access these properties directly; the Windows look and feel will
automatically read and interpret these properties to provide proper visuals and behavior for
the components."
======================================================================