Skip to content
Snippets Groups Projects
Commit c92d5bd5 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

typo

parent f01446fe
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class LiveSettingsPanel extends JPanel ...@@ -69,7 +69,7 @@ public class LiveSettingsPanel extends JPanel
gridBagLayout.rowWeights = new double[] {0.0, 0.0, Double.MIN_VALUE}; gridBagLayout.rowWeights = new double[] {0.0, 0.0, Double.MIN_VALUE};
setLayout(gridBagLayout); setLayout(gridBagLayout);
customAcqNameCheckBox = new JCheckBox("Acquisition name"); customAcqNameCheckBox = new JCheckBox("Custom name");
customAcqNameCheckBox.setToolTipText("Set a custom acquisition name"); customAcqNameCheckBox.setToolTipText("Set a custom acquisition name");
GridBagConstraints gbc_customAcqNameCheckBox = new GridBagConstraints(); GridBagConstraints gbc_customAcqNameCheckBox = new GridBagConstraints();
gbc_customAcqNameCheckBox.anchor = GridBagConstraints.WEST; gbc_customAcqNameCheckBox.anchor = GridBagConstraints.WEST;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment