automatically open applet folder after exporting a sketch

This commit is contained in:
benfry
2003-09-24 14:23:44 +00:00
parent 3c289fc1cc
commit eb28a85f46
5 changed files with 54 additions and 19 deletions

View File

@@ -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();