Closedown
This commit is contained in:
@@ -290,6 +290,7 @@ public class TestingList extends Panel {
|
||||
public static String TESTS_CONFIG_FILENAME = ".config";
|
||||
public static String TESTS_HELP_FILENAME = "help.html";
|
||||
|
||||
|
||||
/**
|
||||
* initialise panel
|
||||
*/
|
||||
@@ -323,6 +324,7 @@ public class TestingList extends Panel {
|
||||
repaint();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* load plugins available excluding the plugins used directly by TestingList
|
||||
* @return list of plugins assumed to be custom panels
|
||||
@@ -363,7 +365,7 @@ public class TestingList extends Panel {
|
||||
* - add MyNewPanel.java file in the pshell plugins folder
|
||||
* - on pshell, open Plugins and enable MyNewPanel.java
|
||||
* - restart pshell
|
||||
* To show the new panel, open the enu Advanced/Load Custom Panel
|
||||
* To show the new panel, open the menu Advanced/Load Custom Panel
|
||||
*
|
||||
*/
|
||||
private void loadCustomPanel(String sPanelClassName){
|
||||
|
||||
Reference in New Issue
Block a user