Home
last modified time | relevance | path

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

/dports/devel/staf/src/staf/services/stax/beta/monitor/
H A DSTAXMonitor.java1994 JPanel machinePanel = new JPanel(); in createPropertiesDialog() local
1995 machinePanel.setLayout(new BoxLayout(machinePanel, BoxLayout.Y_AXIS)); in createPropertiesDialog()
1996 machinePanel.add(staxMachinePanel); in createPropertiesDialog()
1997 machinePanel.add(eventMachinePanel); in createPropertiesDialog()
2027 propertiesTabbedPane.addTab("Machine Info", machinePanel); in createPropertiesDialog()
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitor.java2061 JPanel machinePanel = new JPanel(); in createPropertiesDialog() local
2062 machinePanel.setLayout(new BoxLayout(machinePanel, BoxLayout.Y_AXIS)); in createPropertiesDialog()
2063 machinePanel.add(staxMachinePanel); in createPropertiesDialog()
2064 machinePanel.add(eventMachinePanel); in createPropertiesDialog()
2094 propertiesTabbedPane.addTab("Machine Info", machinePanel); in createPropertiesDialog()