CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/11/09 22:06:54
Modified files: . : ChangeLog javax/swing : JTabbedPane.java Log message: 2005-11-09 Lillian Angel <[EMAIL PROTECTED]> * javax/swing/JTabbedPane.java (setComponent): Tab should be inserted with a title, and removed from the vector once set. (removeTabAt): Tab should only be removed from vector. remove(Component) is called to remove the tab from the JTabbedPane. (remove): Added call to the component. This function should remove the component as well as the tab. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5538&tr2=1.5539&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JTabbedPane.java.diff?tr1=1.24&tr2=1.25&r1=text&r2=text