Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4281258

In WindowsLookAndFeel.java, "ToggleButton.focus" appears twice

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • client-libs
    • 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)
      ======================================================================

            mdavidsosunw Mark Davidson (Inactive)
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: