Creates a panel with the hierarchical tree structure of ImageJ's commands.
(String arg)
| 60 | |
| 61 | /** Creates a panel with the hierarchical tree structure of ImageJ's commands. */ |
| 62 | public void run(String arg) { |
| 63 | load(); |
| 64 | } |
| 65 | |
| 66 | |
| 67 | /* *********************************************************************** */ |