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:
@ -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
|
||||
|
Reference in New Issue
Block a user