Remove imports and warnings
This commit is contained in:
parent
5f1c3e0231
commit
1a129c52bf
1 changed files with 1 additions and 3 deletions
|
@ -9,13 +9,11 @@ import java.awt.event.KeyEvent;
|
||||||
import java.awt.event.KeyListener;
|
import java.awt.event.KeyListener;
|
||||||
|
|
||||||
import javax.swing.JButton;
|
import javax.swing.JButton;
|
||||||
import javax.swing.JDialog;
|
|
||||||
import javax.swing.JFrame;
|
import javax.swing.JFrame;
|
||||||
import javax.swing.JOptionPane;
|
import javax.swing.JOptionPane;
|
||||||
import javax.swing.JPanel;
|
import javax.swing.JPanel;
|
||||||
import javax.swing.JTextField;
|
import javax.swing.JTextField;
|
||||||
import javax.swing.UIManager;
|
import javax.swing.UIManager;
|
||||||
import javax.swing.UnsupportedLookAndFeelException;
|
|
||||||
|
|
||||||
public class Gui {
|
public class Gui {
|
||||||
private JFrame frame;
|
private JFrame frame;
|
||||||
|
@ -110,7 +108,7 @@ public class Gui {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private JButton addButton(Character c) {
|
private JButton addButton(Character c) {
|
||||||
JButton num = new JButton();
|
JButton num = new JButton();
|
||||||
|
|
Loading…
Reference in a new issue