Note that in test scenarios on apple's VM, PreferenceChangeEvents were dispatched in a thread different from the normal Swing event thread. Due to this fact a lot of synchronization issues arise, so we decided to pass more or less all preference changes to a LaterInvocationManager.Listener instance... @author Hanns Holger Rutz @version 0.13, 05-May-06 @todo conduct further research on the preference dispatching threadand the necessity to invoke processing on the swing thread
|
|