1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Commenting out extraneous println().

This commit is contained in:
David A. Mellis
2012-03-02 17:57:10 -05:00
parent 0db8bdbbb0
commit b133faa68f

View File

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