Remove imports and warnings

This commit is contained in:
Norbi Peti 2016-07-13 13:56:53 +02:00
parent 5f1c3e0231
commit 1a129c52bf

View file

@ -9,13 +9,11 @@ import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.UIManager;
import javax.swing.UnsupportedLookAndFeelException;
public class Gui {
private JFrame frame;
@ -110,7 +108,7 @@ public class Gui {
}
});
}
}
}
private JButton addButton(Character c) {
JButton num = new JButton();