diff --git a/dotmatrixjava.jar b/dotmatrixjava.jar index 1670f59..c306e26 100644 Binary files a/dotmatrixjava.jar and b/dotmatrixjava.jar differ diff --git a/src/aguegu/dotmatrix/DMRecordHeaderPanel.java b/src/aguegu/dotmatrix/DMRecordHeaderPanel.java index 53a52a5..da67990 100644 --- a/src/aguegu/dotmatrix/DMRecordHeaderPanel.java +++ b/src/aguegu/dotmatrix/DMRecordHeaderPanel.java @@ -59,11 +59,11 @@ public DMRecordHeaderPanel(DMRecordPanel dmrp, ResourceBundle res) { JPanel panelAttachment = new JPanel(new FlowLayout(FlowLayout.LEFT)); checkboxUpperLed = new JCheckBox(res.getString("upper_led")); checkboxUpperLed.addActionListener(new ActionListenerAttachment()); - panelAttachment.add(checkboxUpperLed); + //panelAttachment.add(checkboxUpperLed); checkboxBottomLed = new JCheckBox(res.getString("bottom_led")); checkboxBottomLed.addActionListener(new ActionListenerAttachment()); - panelAttachment.add(checkboxBottomLed); + //panelAttachment.add(checkboxBottomLed); panelAttachment.setAlignmentX(LEFT_ALIGNMENT); JPanel panelModeAndAttachment = new JPanel();