fixes to header

This commit is contained in:
benfry
2004-05-16 19:51:29 +00:00
parent 326fb0ba31
commit 37562e039d
3 changed files with 4 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class PdeEditorFind extends JFrame implements ActionListener {
setBounds((screen.width - wide) / 2,
(screen.height - high) / 2, wide, high);
show();
//show();
}