Changes between Version 6 and Version 7 of examples
- Timestamp:
- Dec 16, 2010, 1:48:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
examples
v6 v7 9 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 10 11 Note that plugins (should be) reloaded each time the program is run, which saves needing to reload frequently used plugins each time. To unload a plugin select 'Remove Plugin' from the Plugins menu and select the jar file you wish to unload from the menu provided. 12 11 13 If you are interested in writing or extending the plugins, the source code and NetBeans project files are available here: 12 14 13 15 * http://users.aber.ac.uk/bpt/jpsychomorph/version4/pluginexamples.zip -- the example plugins NetBeans project source code 14 16 17 and more information is available. 15 18 16 19 === MRF transforms ===