bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/25480] New: Metal UI delegate for JFileChooser doesn't correc


From: ctl at highsorcery dot com
Subject: [Bug swing/25480] New: Metal UI delegate for JFileChooser doesn't correctly compute its size
Date: 18 Dec 2005 10:05:57 -0000

In MetalFileChooserUI, the function getPreferredSize contains the line:

    Dimension fl = fileList.getPreferredSize();

whereas the line should be

    Dimension fl = fileListPanel.getPreferredSize();

Using the fileList uses the size of the entire list, whereas using the
fileListPanel uses the size of the scrolled window that the list is in.


-- 
           Summary: Metal UI delegate for JFileChooser doesn't correctly
                    compute its size
           Product: classpath
           Version: 0.20
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: swing
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ctl at highsorcery dot com


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]