Home
last modified time | relevance | path

Searched refs:propertiesButtonPanel (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/services/stax/beta/monitor/
H A DSTAXMonitor.java1547 JPanel propertiesButtonPanel = new JPanel(); in createPropertiesDialog() local
1548 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()
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitor.java1614 JPanel propertiesButtonPanel = new JPanel(); in createPropertiesDialog() local
1615 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()