Constructor JComboBox(ComboBoxModel aModel)
Member of: javax.swing.JComboBox
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 comboBoxEntryCategory = new JComboBox(comboBoxModel);
2 nodes = new JComboBox(nodesModel);
3 new JComboBox(new LegendComboBoxModel(graph.getNodeColors()));
4 new JComboBox(new LegendComboBoxModel(graph.getNodeColors()));
5 comboItemBox = new JComboBox(styleComboItemModel);
6 styleBox = new JComboBox(styleModel);
7 cboxPackage = new JComboBox(cboxPackageModel);
8 comboLabelBox = new JComboBox(styleComboLabelModel);
9 CB = new JComboBox(CBModel);
10 jcbTables = new JComboBox(mdlTables);
11 comboBoxCategory = new JComboBox(categoryModel);
12 filterComboBox = new JComboBox(filterComboBoxModel);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.