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