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

import javax.swing.*;

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