Removed unused imports
This commit is contained in:
parent
3ae48deee6
commit
b813d7ca2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user