-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
beta
-
x86
-
windows_nt
Name: krT82822 Date: 10/14/99
In WindowsLookAndFeel.java, "ToggleButton.focus" appears twice, with two different values. This probably isn't what was intended.
378: "ToggleButton.focus", black,
382: "ToggleButton.focus", table.get("controlText"),
...
-----------------
376
377 "ToggleButton.textShiftOffset", new Integer(1),
378 "ToggleButton.focus", black,
379 "ToggleButton.border", radioButtonBorder,
380 "ToggleButton.background", table.get("control"),
381 "ToggleButton.foreground", table.get("controlText"),
382 "ToggleButton.focus", table.get("controlText"),
383 "ToggleButton.font", dialogPlain12,
384 "ToggleButton.focusInputMap",
385 new UIDefaults.LazyInputMap(new Object[] {
386 "SPACE", "pressed",
387 "released SPACE", "released"
388 }),
389
(Review ID: 96567)
======================================================================