Searched refs:groupBox (Results 1 – 1 of 1) sorted by relevance
339 Box groupBox = new Box(BoxLayout.X_AXIS); in initComponents() local403 groupBox.add(Box.createHorizontalGlue()); in initComponents()404 groupBox.add(insertGroupLabel); in initComponents()405 groupBox.add(Box.createHorizontalStrut(5)); in initComponents()406 groupBox.add(groupComboBox); in initComponents()408 defaultPanel2.add(groupBox, BorderLayout.NORTH); in initComponents()