Hi,
I develop a reactive graphical interface.
The graphical objects are derivated from JLabel
and have a PropertyChangeSupport to be manipulated
directly from Jess.
this is my problem : there is conflict with the
JLabel's PropertyChangeSupport. To observe the error,
you can modify the Pump & Tank demo like this :
public class Pump extends JLabel implements Runnable, Serializable
{
...
}
Can you help me ?
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------