Hi,
with this patch the Look and Feel radion buttons in the Swing demo are put into
the same button group.

ChangeLog:

2006-06-07  Robert Schuster  <[EMAIL PROTECTED]>

        * examples/gnu/classpath/examples/swing/Demo.java:
        (mkMenuBar): Put look and feel radio buttons into
        appropriate button group.


cya
Robert
Index: examples/gnu/classpath/examples/swing/Demo.java
===================================================================
RCS file: /cvsroot/classpath/classpath/examples/gnu/classpath/examples/swing/Demo.java,v
retrieving revision 1.46
diff -u -r1.46 Demo.java
--- examples/gnu/classpath/examples/swing/Demo.java	25 May 2006 20:39:41 -0000	1.46
+++ examples/gnu/classpath/examples/swing/Demo.java	7 Jun 2006 10:23:31 -0000
@@ -203,6 +203,8 @@
         boolean selected = laf.getClassName().equals(currentLaf);
         lafItem.setSelected(selected);
         lafMenu.add(lafItem);
+        
+        lafGroup.add(lafItem);
       }
 
     // Create themes menu.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to