public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/33891]  New: unresponsive to mouse and keyboard input
@ 2007-10-25  5:00 debian-gcc at lists dot debian dot org
  0 siblings, 0 replies; only message in thread
From: debian-gcc at lists dot debian dot org @ 2007-10-25  5:00 UTC (permalink / raw)
  To: java-prs

[forwarded from http://bugs.debian.org/445930]

this is regression against the classpath generices backport for 4.1/4.2 as used
by some distributions, found in 4.3, fixed in the classpath-0.96.1 merge.

import javax.swing.*;
import java.awt.*;

public class Exo1 extends JFrame{
    public Exo1 (){
        setLayout (new FlowLayout ());
        JButton b1 = new JButton ("OK");
        JButton b2 = new JButton ("Cancel");
        getContentPane().add (b1);
        getContentPane().add (b2);

        JCheckBox c = new JCheckBox ("A cocher");
        getContentPane().add (c);

        setDefaultCloseOperation (EXIT_ON_CLOSE);
        setSize (350, 350);
        setVisible (true);
    }
    public static void main (String args[]){
        new Exo1 ();
    }
}


-- 
           Summary: unresponsive to mouse and keyboard input
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33891


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-25  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-25  5:00 [Bug libgcj/33891] New: unresponsive to mouse and keyboard input debian-gcc at lists dot debian dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).