711712713714715716717718719
comboBox.setRenderer(ComboBoxRenderer.getInstance()); return comboBox; } public static final DcCheckBox getCheckBox(String labelText) { DcCheckBox checkBox = new DcCheckBox(labelText); checkBox.setFont(getSystemFont()); return checkBox; }