From 9639f707eec7ca9784b245d07cf719d70922e8c1 Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Wed, 23 Dec 2020 20:29:14 -0700 Subject: [PATCH] Update the list of dependent libraries Update the list of dependent libraries in the about dialog. Signed-off-by: Billy Olsen --- swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java b/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java index 76db28f22..68a1afb34 100644 --- a/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java +++ b/swing/src/net/sf/openrocket/gui/dialogs/AboutDialog.java @@ -55,7 +55,10 @@ public class AboutDialog extends JDialog { "JFreeChart (http://www.jfree.org/jfreechart/)
" + "iText (http://www.itextpdf.com/)
" + "exp4j (http://projects.congrace.de/exp4j/index.html)
" + - "JOGL (http://jogamp.org/jogl/www/)"; + "JOGL (http://jogamp.org/jogl/www/)
" + + "Guava (https://github.com/google/guava)
" + + "Opencsv (http://opencsv.sourceforge.net/)
" + + "Simple Logging Facade for Java (http://www.slf4j.org/)"; public AboutDialog(JFrame parent) { super(parent, true);