<Editor/> <Renderer/> </Column> <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> <Title/> <Editor/> <Renderer/> </Column> <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> <Title/> <Editor/> <Renderer/> </Column> </TableColumnModel> </Property> <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> <TableHeader reorderingAllowed="true" resizingAllowed="true"/> </Property> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="buttonConfigure"> <Properties> <Property name="text" type="java.lang.String" value="Configure"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonConfigureActionPerformed"/> </Events> </Component> </SubComponents> </Container> <Component class="ch.psi.pshell.swing.DeviceStatePanel" name="deviceStatePanel1"> <Properties> <Property name="deviceName" type="java.lang.String" value="puck_detection"/> </Properties> </Component> <Container class="javax.swing.JPanel" name="jPanel2"> <Properties> <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> <TitledBorder title="Enabling"/> </Border> </Property> </Properties> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel1" min="-2" pref="52" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="ledEnabled" min="-2" max="-2" attributes="0"/> <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="panelPowerCtr" min="-2" max="-2" attributes="0"/> <EmptySpace max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="-2" pref="4" max="-2" attributes="0"/> <Group type="103" groupAlignment="2" attributes="0"> <Component id="jLabel1" alignment="2" min="-2" max="-2" attributes="0"/> <Component id="ledEnabled" alignment="2" min="-2" max="-2" attributes="0"/> <Component id="panelPowerCtr" alignment="2" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="ch.psi.pshell.swing.Led" name="ledEnabled"> <Properties> <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> <Font name="SansSerif" size="18" style="0"/> </Property> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="horizontalAlignment" type="int" value="11"/> <Property name="text" type="java.lang.String" value="Enabled"/> </Properties> </Component> <Container class="javax.swing.JPanel" name="panelPowerCtr"> <Layout> <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="0" pref="0" max="-2" attributes="0"/> <Component id="buttonEnable" min="-2" max="-2" attributes="0"/> <EmptySpace pref="18" max="32767" attributes="0"/> <Component id="buttonDisable" min="-2" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> <DimensionLayout dim="1"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <EmptySpace min="0" pref="0" max="-2" attributes="0"/> <Group type="103" alignment="2" groupAlignment="1" max="-2" attributes="0"> <Component id="buttonDisable" alignment="1" max="32767" attributes="0"/> <Component id="buttonEnable" alignment="1" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace min="0" pref="0" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="buttonDisable"> <Properties> <Property name="text" type="java.lang.String" value="Disable"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonDisableActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="buttonEnable"> <Properties> <Property name="text" type="java.lang.String" value="Enable"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonEnableActionPerformed"/> </Events> </Component> </SubComponents> </Container> </SubComponents> </Container> </SubComponents> </Form>