working on save as and rename

This commit is contained in:
benfry
2005-05-01 23:36:48 +00:00
parent 4146d6ad8d
commit e17d85e601
3 changed files with 116 additions and 40 deletions

View File

@@ -238,9 +238,11 @@ public class Editor extends JFrame
/**
* Hack for #@#)$(* Mac OS X.
* This appears to only be required on OS X 10.2, and this code
* isn't even being hit on OS X 10.3 or Windows.
*/
public Dimension getMinimumSize() {
System.out.println("getting minimum size");
//System.out.println("getting minimum size");
return new Dimension(500, 550);
}