Added refresh for the main window

This commit is contained in:
neilm
2003-01-17 09:28:03 +00:00
parent 4d32df3037
commit 7ed6ffaf8e

View File

@@ -116,6 +116,7 @@ public class StatusWindow extends JFrame
cancelButton.setText( "Close" );
}
update( getGraphics() );
mainWindow.update( mainWindow.getGraphics() );
}