Skip to content

Commit

Permalink
Update config window description
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Aug 4, 2017
1 parent ffd7629 commit e73b089
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -235,10 +235,14 @@ public ConfigWindow() {
+ "<br>%s - series index"
+ "<br>%n - series name"
+ "<br>%c - channel index"
+ "<br>%C - channel count"
+ "<br>%w - channel name"
+ "<br>%z - Z index"
+ "<br>%Z - Z count"
+ "<br>%t - T index"
+ "<br>%A - acquisition timestamp</html>");
+ "<br>%T - T count"
+ "<br>%A - acquisition timestamp"
+ "<br>[] - optional content when combined with one of the above dimension parameters. Content within the brackets only displays if all dimensions referenced have a size greater than 1</html>");
bfOptionsPanel.add(sliceDescription);
SpringUtilities.makeCompactGrid(bfOptionsPanel,3, 1, PAD, PAD, PAD, PAD);

Expand Down

0 comments on commit e73b089

Please sign in to comment.