This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
AWT bugs update...
- From: Norman Hendrich <hendrich at informatik dot uni-hamburg dot de>
- To: java at gcc dot gnu dot org
- Date: Wed, 9 Feb 2005 18:59:21 +0100 (CET)
- Subject: AWT bugs update...
- Reply-to: Norman Hendrich <hendrich at informatik dot uni-hamburg dot de>
Hello again,
I have now re-run my tests with a fresh cvs checkout of the
java-gui-branch-20050128. Building broke down once (libtool
complaining about -l-java-awt not found), but a little bit
of libgcj.spec hacking got me running:
> gcj --version
gcj (GCC) 4.0.0 20050128 (experimental)
Unfortunately, all of the bugs I reported today still occur with
the gui branch version.
Here follows a little fallout from further tests, again with
simple testcases:
PR 19860 Swing JOptionPane and multiline text
PR 19861 Swing JOptionPane without parent frame
PR 19862 Swing JTextField triggers StringIndexOutOfBoundsException
PR 19863 Swing JMenus appear at wrong locations
(The testcase for 19862 might be useful for general Swing tests,
as it includes JTextField, JTextArea, JMenus, JOptionPane, and
some file operations...)
- Norman