Searched refs:machinePanel (Results 1 – 2 of 2) sorted by relevance
1994 JPanel machinePanel = new JPanel(); in createPropertiesDialog() local1995 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()
2061 JPanel machinePanel = new JPanel(); in createPropertiesDialog() local2062 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()