summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/filechooser/FileChooserFile.java
blob: 62a0f2000a6e2f0aa7eeecafadfef9b381a29551 (plain) (blame)
1
2
3
4
5
6
7
8
package cuchaz.enigma.gui.filechooser;

import javax.swing.JFileChooser;

public class FileChooserFile extends JFileChooser {
    public FileChooserFile() {
    }
}