CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert <trebligd> 06/07/11 14:30:17
Modified files: . : ChangeLog javax/swing : ButtonGroup.java Log message: 2006-07-11 David Gilbert <[EMAIL PROTECTED]> * javax/swing/ButtonGroup.java (add): Ignore null argument, (remove): Ignore null argument. If removing selected button, clear the sel field, (findButton): Changed case for method name, and documented, (setSelected): Updated for modification to findButton() method name, (isSelected): Updated API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8065&r2=1.8066 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ButtonGroup.java?cvsroot=classpath&r1=1.13&r2=1.14