openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #01403
[Bug 308979] Re: Exception when initializing a JPanel
** Attachment added: "The error log"
http://launchpadlibrarian.net/20497578/error.log
--
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