Hi just to let all know from the plugable architecture thread, ive got a simple plugable demo going
I’m using the plugins etc. classes from the JUtils project, does everything i want
i have three .jar files which are just simple swing classes
pluged into a core module which checks a specified directory at start up for valid .jar files
The event handling is implemented by using the EventListenerList class in the native java.util.*; package
all events extend the java.util.EventObject class and all event listeners extend the java.util.EventListener class
check out the EventListenerList documentation it has code demoing how it is to be used
Thanks all