firePropertyChange « Event « Java Swing Q&A





1. firePropertyChange question    coderanch.com

2. JavaBean: Correct use of firePropertyChange    coderanch.com

Hi, I am new to JavaBeans and within my sockets comms beans I use propertychange events to notify other beans of things like the arrival of a new message. I find that in order to get my propertychange events to occur when the message is the same as the previous message, I have to lie about the old value (because it ...

3. GUI & FirePropertyChange Help!    forums.oracle.com