Removed unused imports

This commit is contained in:
7u83 2018-12-28 11:45:01 +01:00
parent 3ae48deee6
commit b813d7ca2f

View File

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