things working a little better

This commit is contained in:
benfry
2003-11-12 01:54:14 +00:00
parent 515b0adb76
commit 4787a3bd86
3 changed files with 45 additions and 30 deletions

View File

@@ -370,7 +370,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
//if (screen == null) return;
if (yesButton == null) setup();
System.out.println("status.paintComponent");
//System.out.println("status.paintComponent");
Dimension size = getSize();
if ((size.width != sizeW) || (size.height != sizeH)) {