131132133134135136137138139140141
if (!mustHide(i)) { box.add(button); } buttons[i] = button; button.addActionListener(myActionListener); } setJComponent(box); } else if (getModel() instanceof BooleanModel) { ArrayLayout al = new ArrayLayout(true, ArrayLayout.FULL_SIZE);