| 2 | |
| 3 | === Getting and installing the example plugins === |
| 4 | |
| 5 | The example plugins can be downloaded from: |
| 6 | |
| 7 | * http://users.aber.ac.uk/bpt/jpsychomorph/version4/pluginexamples.jar -- the example plugins |
| 8 | |
| 9 | To load them into the program, select Plugins->Load Plugin from the Transform window's menu, browse to the location of pluginexamples.jar and select it. The examples should be loaded into the program, and appear on the Plugins menu as a new item with the name of the jar file. Under this menu item you should see a list of options, each option has a 'Batch' counterpart. In addition a new menu item should have appeared on the main Psychomorph window with the label 'Boo!' (an example of how to add menus is included). |
| 10 | |
| 11 | If you are interested in writing or extending the plugins, the source code and NetBeans project files are available here: |
| 12 | |
| 13 | * http://users.aber.ac.uk/bpt/jpsychomorph/version4/pluginexamples.zip -- the example plugins NetBeans project source code |
| 14 | |