mirror of
https://github.com/processing/processing4.git
synced 2026-02-07 07:39:18 +01:00
automatically open applet folder after exporting a sketch
This commit is contained in:
@@ -1202,7 +1202,7 @@ public class PdeBase extends Frame
|
||||
* Implements the other cross-platform headache of opening
|
||||
* a folder in the machine's native file browser.
|
||||
*/
|
||||
public void openFolder(File file) {
|
||||
static public void openFolder(File file) {
|
||||
try {
|
||||
String folder = file.getCanonicalPath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user