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