mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more docs, add faq item to the help menu
This commit is contained in:
@@ -498,6 +498,18 @@ public class Base {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Opens the local copy of the FAQ that's included
|
||||
* with the Processing download.
|
||||
*/
|
||||
static public void showFAQ() {
|
||||
//Base.openURL("http://processing.org/faq/");
|
||||
String currentDir = System.getProperty("user.dir");
|
||||
openURL(currentDir + File.separator + "faq" +
|
||||
File.separator + "index.html");
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Implements the cross-platform headache of opening URLs
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user