JPEd has been developped as way for software manufacturers to completly customize the user interface to the client needs. The plugin system (see screenshots below) is a part of this customization. With the plugin system, we offer manufacturer a very flexible and easy to use interface to the JPEd internal. Plugins can:
Creating plugins is very easy. Using existing plugin with jped is as simply as putting those plugins in the appropriate plugins/ directory. Another way it to put the jar of your plugin inside your classpath. This last method is very usefull when you want to distribute your plugin along with a JNLP version of JPEd. JPEd will automatically explore the .jars it has access to using the JDK1.3 style service discovery patterns. A blank plugin is even provided to help you get started with your own plugin.
The diagram below describes briefly the plugin service.

Each jar file present in the class path can provide at most one implementation of the Service. JPEd gather those services together and create the user interface with it. Creating a custom version of JPEd for distribution is as simple as just gathering the various .jar files together.