Closedown

This commit is contained in:
boccioli_m
2015-10-08 16:37:10 +02:00
parent a6f36fc60e
commit e139feb2ce

View File

@@ -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){