Organised imports

This commit is contained in:
Caspian Rychlik-Prince 2004-07-06 16:08:17 +00:00
parent 2276bf0c2d
commit 4c00419d73
14 changed files with 46 additions and 45 deletions

View file

@ -78,7 +78,7 @@ public class ControllerFieldTest {
*
*/
private void run() {
frame.show();
frame.setVisible(true);
String buttons;
while(frame.isVisible()) {
@ -143,7 +143,6 @@ public class ControllerFieldTest {
frame.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {
frame.hide();
frame.dispose();
}
});