Searched refs:propertiesButtonPanel (Results 1 – 2 of 2) sorted by relevance
1547 JPanel propertiesButtonPanel = new JPanel(); in createPropertiesDialog() local1548 propertiesButtonPanel.setLayout(new in createPropertiesDialog()1550 propertiesButtonPanel.add(fPropertiesOKButton); in createPropertiesDialog()1551 propertiesButtonPanel.add(Box.createHorizontalStrut(20)); in createPropertiesDialog()1552 propertiesButtonPanel.add(fPropertiesCancelButton); in createPropertiesDialog()2049 propertiesPanel.add(propertiesButtonPanel); in createPropertiesDialog()
1614 JPanel propertiesButtonPanel = new JPanel(); in createPropertiesDialog() local1615 propertiesButtonPanel.setLayout(new in createPropertiesDialog()1617 propertiesButtonPanel.add(fPropertiesOKButton); in createPropertiesDialog()1618 propertiesButtonPanel.add(Box.createHorizontalStrut(20)); in createPropertiesDialog()1619 propertiesButtonPanel.add(fPropertiesCancelButton); in createPropertiesDialog()2116 propertiesPanel.add(propertiesButtonPanel); in createPropertiesDialog()