[Bug 609] New: Changing the Look and feel crashes the jvm

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jan 3 12:04:55 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=609

           Summary: Changing the Look and feel crashes the jvm
           Product: IcedTea
           Version: 6-1.9.2
          Platform: 64-bit
               URL: http://www.pastedump.com/paste/1173
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: xander at badeend.org


Executing the following piece of code gives me always an error:

                //Set Look & Feel
                try {
                        LookAndFeelInfo[] lafs =
javax.swing.UIManager.getInstalledLookAndFeels();
                        String s = lafs[3].getClassName();
                        System.out.println(s);
                        javax.swing.UIManager.setLookAndFeel(s);
                } 
                catch(Exception e) {
                        e.printStackTrace();
                }

s = com.sun.java.swing.plaf.gtk.GTKLookAndFeel

The error log is stored in the given url.

One final note: switching to the other look and feels 0-2 works.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list