[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/23503] error when displaying empty window with bound larger t
From: |
mayouan at hotmail dot com |
Subject: |
[Bug swing/23503] error when displaying empty window with bound larger than the displayed content |
Date: |
20 Aug 2005 22:33:32 -0000 |
------- Additional Comments From mayouan at hotmail dot com 2005-08-20 22:33
-------
however this does not give an error:
javax.swing.JFrame gg = new javax.swing.JFrame();
gg.setBounds(10, 10, 10, 10);
gg.setVisible(true);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23503