← Back to team overview

openjdk team mailing list archive

[Bug 308979] Re: Exception when initializing a JPanel

 

this seems to be fixed in karmic


** Changed in: openjdk-6 (Ubuntu)
       Status: New => Fix Released

-- 
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” package in Ubuntu: Fix Released

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