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

Reg. WToolkit. All swing components throw ClassCastException in headless mode

XMLWordPrintable

    • 2d
    • b47
    • 6
    • b53
    • x86
    • windows_xp
    • Verified

      This is reproducible on Windows platform from mustang b47. All swing components throw ClassCastException in their constructor in headless mode.

      The exception stack trace:

      Exception in thread "main" java.lang.ExceptionInInitializerError
              at javax.swing.JButton.updateUI(JButton.java:113)
              at javax.swing.AbstractButton.init(AbstractButton.java:2017)
              at javax.swing.JButton.<init>(JButton.java:103)
              at javax.swing.JButton.<init>(JButton.java:76)
              at HeadlessTest.main(HeadlessTest.java:7)
      Caused by: java.lang.ClassCastException: sun.awt.HeadlessToolkit cannot be cast to sun.awt.SunToolkit
              at sun.awt.SunToolkit.getDesktopFontHints(SunToolkit.java:1452)
              at sun.awt.windows.WDesktopProperties.setDesktopAAHints(WDesktopProperties.java:283)
              at sun.awt.windows.WToolkit.initializeDesktopProperties(WToolkit.java:904)
              at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1657)
              at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1652)
              at javax.swing.UIManager.<clinit>(UIManager.java:313)

            prr Philip Race
            gramachasunw Girish Ramachandran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: