Package: libgcj6-awt
Version: 4.0.2-3
Followup-For: Bug #324502
I hit this bug too, here's a reduced testcase to reproduce the bug:
$ cat > testcase.java
import javax.swing.*;
import java.awt.*;
public class testcase extends JFrame {
public static void main(String[] args) {
Package: gij-4.0
Version: 4.0.2-3
Followup-For: Bug #335650
(Just for your info) I get the same assertion failure even with the
simplest possible Swing program:
[EMAIL PROTECTED]:~/local/hello$ cat testcase.java
import javax.swing.*;
import java.awt.*;
public class testcase extends JFrame {
2 matches
Mail list logo