openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #01401
[Bug 308979] [NEW] Exception when initializing a JPanel
Public bug reported:
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.
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
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.
Follow ups
References