CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/09/27 14:03:26
Modified files: java/awt : Component.java javax/swing : JComponent.java . : ChangeLog Log message: 2005-09-27 Roman Kennke <[EMAIL PROTECTED]> * java/awt/Component.java (hide): Repaint component before invalidating the parent. (show): Repaint component before invalidating the parent. * javax/swing/JComponent.java (revalidate): Check if we are in the event thread, and if not, then queue a self-request in the event thread. (setVisible): Repaint the parent and queue a revalidate. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/awt/Component.java.diff?tr1=1.76&tr2=1.77&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JComponent.java.diff?tr1=1.63&tr2=1.64&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4980&tr2=1.4981&r1=text&r2=text