String [] ComboStr1={};
            JComboBox combo =new JComboBox(ComboStr1);
            combo.setActionCommand("***");
            combo.addActionListener(new ActionSet("***",null));
            toolBar.add(combo);
呵呵,好象不切题