1 2 3 4 5 6 7 8
package cuchaz.enigma.gui.filechooser; import javax.swing.JFileChooser; public class FileChooserFile extends JFileChooser { public FileChooserFile() { } }