mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
working on launch4j builder
This commit is contained in:
@@ -260,6 +260,11 @@ public class XML implements Serializable {
|
||||
// }
|
||||
|
||||
|
||||
public boolean save(File file) {
|
||||
return save(file, null);
|
||||
}
|
||||
|
||||
|
||||
public boolean save(File file, String options) {
|
||||
PrintWriter writer = PApplet.createWriter(file);
|
||||
boolean result = write(writer);
|
||||
|
||||
Reference in New Issue
Block a user