Export to an application using processing-java, without "present mode" being set?
in
Integration and Hardware
•
1 month ago
I've been using Processing from the command-line, and used processing-java to export sketches to standalone executables.
It works but the resulting application always runs without any window borders; it appears that the export assumes "present mode" should be on. What's odd is that the resulting application has the size I set in setup(), but it has no window borders.
I can export a sketch from the IDE and manually uncheck "Full screen (present mode)" and I get what I want: a sized window that has borders and a title bar. However, I see no way to do this from the command line.
How do I turn off "Full screen (present mode)" when using processing-java to export to an application?
1