Commenting out extraneous println().

This commit is contained in:
David A. Mellis 2012-03-02 17:57:10 -05:00
parent 0db8bdbbb0
commit b133faa68f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public class FindReplace extends JFrame implements ActionListener {
pack();
Insets insets = getInsets();
System.out.println("Insets = " + insets);
//System.out.println("Insets = " + insets);
setSize(wide + insets.left + insets.right,high + insets.top + insets.bottom);
setLocationRelativeTo( null ); // center