classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: JFileChooser fixes


From: Roman Kennke
Subject: [cp-patches] FYI: JFileChooser fixes
Date: Wed, 12 Oct 2005 12:46:54 +0000

I made some adjustments to JFileChooser which make it use its UI more
correctly.

2005-10-12  Roman Kennke  <address@hidden>

        * javax/swing/JFileChooser.java
        (getDialogTitle): If no dialog title has been set, forward this
        call to the UI.
        (getApproveButtonText): If no text has been set, forward this
        call to the UI.
        (getFileView): If no file view has been set, forward this call
        to the UI.
        (getInternalFileView): Removed unneeded method.
        (getName): Call getFileView instead of getInternalFileView.
        (getDescription): Call getFileView instead of getInternalFileView.
        (getTypeDescription): Call getFileView instead of
        getInternalFileView.
        (getIcon): Call getFileView instead of getInternalFileView.


/Roman

Attachment: JFileChooser.diff
Description: Text Data


reply via email to

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