From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12487 invoked by alias); 8 Sep 2004 21:26:52 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 12472 invoked by uid 48); 8 Sep 2004 21:26:52 -0000 Date: Wed, 08 Sep 2004 21:26:00 -0000 From: "rodimina at redhat dot com" To: java-prs@gcc.gnu.org Message-ID: <20040908212651.17360.rodimina@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug SWING/17360] New: JScrollPane has incorrect size when JList with specified size is added to it X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00437.txt.bz2 List-Id: 1. Create a JList and set its preferred size 2. Create JScrollPane and add previously created JList to it. JScrollPane's viewport should have the same size as JList. However in our case, JScrollPane is set to the minimum size of the JList, instead of its actual size. -- Summary: JScrollPane has incorrect size when JList with specified size is added to it Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: SWING AssignedTo: graydon at redhat dot com ReportedBy: rodimina at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17360