Skip to content

Commit

Permalink
Synchronize old "Annotations" with Formal annotations in Sims, issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
danv61 committed Jan 9, 2025
1 parent 654e1cb commit 54bf1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ private void initialize() {
constraintsJLabel2.gridy = gridy;
constraintsJLabel2.anchor = GridBagConstraints.LINE_END;
constraintsJLabel2.insets = new Insets(4, 4, 4, 4);
add(new JLabel("Annotation:"), constraintsJLabel2);
add(new JLabel("Description:"), constraintsJLabel2);

GridBagConstraints constraintsJScrollPane1 = new GridBagConstraints();
constraintsJScrollPane1.gridx = 1;
Expand Down

0 comments on commit 54bf1ec

Please sign in to comment.