fix the memory thing, fix create font, more simon lighting stuff

This commit is contained in:
benfry
2005-04-18 21:07:14 +00:00
parent de6846efdd
commit 9ce4e3f001
7 changed files with 191 additions and 31 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ public class CreateFont extends JFrame {
// make sure the 'data' folder exists
if (!targetFolder.exists()) targetFolder.mkdirs();
f.write(new FileOutputStream(new File(targetFolder, filename)));
f.save(new FileOutputStream(new File(targetFolder, filename)));
} catch (IOException e) {
JOptionPane.showMessageDialog(this,