Class JFileChooserWithSettings

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JFileChooserWithSettings extends JFileChooser
Small helper class that adds some components to a JFileChooser, the contents of which can be used to retrieve user settings for output.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Details

    • JFileChooserWithSettings

      public JFileChooserWithSettings(Component... components)
      Constructor that adds components to the left of the 'Save' and 'Cancel' button.
      Parameters:
      components - Component...; Components... components to add
  • Method Details