1 /* 2 SwingWT 3 Copyright(c)2003-2004, R. Rawson-Tetley 4 5 For more information on distributing and using this program, please 6 see the accompanying "COPYING" file. 7 8 Contact me by electronic mail: bobintetley@users.sourceforge.net 9 10 */ 11 12 package swingwt.awt; 13 14 public class CheckboxGroup extends swingwtx.swing.ButtonGroup { 15 public CheckboxGroup() { super(); } 16 17 // public Checkbox getSelectedCheckbox() {} 18 // public synchronized void setSelectedCheckbox(Checkbox box) {} 19 // public String toString() {} 20 } 21