From 8472849d6d1f5dabe76ba353b22558506075dd02 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Tue, 13 Feb 2024 01:48:56 +0100 Subject: [PATCH] Credit JTS library --- swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java | 1 + 1 file changed, 1 insertion(+) diff --git a/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java b/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java index f3dd1d329..840fd8279 100644 --- a/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java +++ b/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java @@ -80,6 +80,7 @@ public class AboutDialog extends JDialog { "Darklaf (dark theme)" + href("https://github.com/weisJ/darklaf", true, true) + "
" + "jSystemThemeDetector" + href("https://github.com/Dansoftowner/jSystemThemeDetector", true, true) + "
" + "Obj" + href("https://github.com/javagl/Obj", true, true) + "
" + + "JTS" + href("https://github.com/locationtech/jts", true, true) + "
" + "
" + "OpenRocket gratefully acknowledges our use of the following databases:
" + "
" +