mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix the memory thing, fix create font, more simon lighting stuff
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user