Skip to content

Commit

Permalink
Merge pull request #163 from bls337/main
Browse files Browse the repository at this point in the history
add units to single axis panel
  • Loading branch information
bls337 authored Oct 3, 2023
2 parents 893d216 + 87c6d89 commit 159dbad
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 159dbad

Please sign in to comment.