Class JFileChooserWithSettings

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JFileChooser
nl.tudelft.simulation.dsol.swing.gui.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. Code based on OpenTrafficSim project component with the same purpose.

Copyright (c) 2020-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.

Author:
Alexander Verbraeck, 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