* forgot to remove debugging message in previous commit.

This commit is contained in:
Heng Sin Low 2007-03-26 06:52:23 +00:00
parent 60a67d670c
commit 6e37e1b4dd
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ public class ProcessDialog extends CFrame
public Dimension getPreferredSize() {
Dimension d = super.getPreferredSize();
Dimension m = getMaximumSize();
System.out.println("prefer: " + d);
System.out.println("max: " + m);
if ( d.height > m.height || d.width > m.width ) {
Dimension d1 = new Dimension();
d1.height = Math.min(d.height, m.height);