Skip to content

Commit

Permalink
Add Stefan Hahmann in the welcome panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Feb 1, 2024
1 parent 18ae036 commit 5331861
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/mastodon/mamut/launcher/LauncherGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ public WelcomePanel()
final JLabel lblTobiasPietzsch = new JLabel( "<html><p align=\"center\">"
+ "Tobias Pietzsch & Jean-Yves Tinevez"
+ "<br> "
+ "Ko Sugawara & Matthias Arzt & Vladimír Ulman"
+ "Ko Sugawara & Matthias Arzt"
+ "<br>"
+ "Vladimír Ulman & Stefan Hahmann"
+ "</html>" );
final GridBagConstraints gbc_lblTobiasPietzsch = new GridBagConstraints();
gbc_lblTobiasPietzsch.anchor = GridBagConstraints.SOUTH;
Expand Down

0 comments on commit 5331861

Please sign in to comment.