Skip to content

Commit

Permalink
add units to single axis panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon committed Oct 3, 2023
1 parent 893d216 commit 87c6d89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ private void createUserInterface() {
.getDevice("IllumSlice");

final JLabel lblPattern = new JLabel("Pattern:");
final JLabel lblAmplitude = new JLabel("Amplitude");
final JLabel lblPeriod = new JLabel("Period");
final JLabel lblAmplitude = new JLabel("Amplitude:");
final JLabel lblPeriod = new JLabel("Period [ms]:");


final String[] patterns = SingleAxis.Pattern.toArray();
Expand Down

0 comments on commit 87c6d89

Please sign in to comment.