Removed unused imports

This commit is contained in:
7u83 2018-12-28 11:45:01 +01:00
parent 3ae48deee6
commit b813d7ca2f
1 changed files with 1 additions and 8 deletions

View File

@ -25,7 +25,6 @@
*/
package opensesim.gui.util;
import java.awt.Dialog;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
@ -64,13 +63,7 @@ public class EscDialog extends javax.swing.JDialog {
addEscListener();
}
/* public EscDialog(Dialog parent, boolean modal) {
super(parent, modal);
initComponents();
addEscListener();
}
*/
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always