From e139feb2cea3a39cb941f4e60515c02adf7a5dc8 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 8 Oct 2015 16:37:10 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index f719cf6..6cc57af 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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){