Class ImprovedFileChooser

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class ImprovedFileChooser
    extends JFileChooser
    A JFileChooser that displays the "Details" view by default. The table in that view has been tweaked to intelligently resize columns' widths based on their contents and left-align all cells. An improved JFileChooser. It incorporates the following enhancements:
    • The "Details" view is displayed by default.
    • The table in that view has been tweaked to intelligently resize columns' widths based on their contents.
    • All text in those cells is left-aligned.
    See Also:
    Serialized Form