← Back to team overview

openjdk team mailing list archive

[Bug 308979] Re: Exception when initializing a JPanel

 

** Attachment added: "java -jar Panel.jar to reproduce the exception"
   http://launchpadlibrarian.net/20497551/Panel.jar

-- 
Exception when initializing a JPanel
https://bugs.launchpad.net/bugs/308979
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” source package in Ubuntu: New

Bug description:
Hello,

The following code throws a non-fatal exception, which does no harm but looks quite ugly.

package panel;
import javax.swing.JPanel;
public class Main {
    public static void main(String[] args) {        
        new JPanel();        
    }

}

This happens on Open JDK  6b12-0ubuntu6, amd64.



References