Update the list of dependent libraries

Update the list of dependent libraries in the about dialog.

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
This commit is contained in:
Billy Olsen 2020-12-23 20:29:14 -07:00 committed by Billy Olsen
parent 16527a2862
commit 9639f707ee

View File

@ -55,7 +55,10 @@ public class AboutDialog extends JDialog {
"JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
"iText (http://www.itextpdf.com/)<br>" +
"exp4j (http://projects.congrace.de/exp4j/index.html)<br>" +
"JOGL (http://jogamp.org/jogl/www/)";
"JOGL (http://jogamp.org/jogl/www/)<br>" +
"Guava (https://github.com/google/guava)<br>" +
"Opencsv (http://opencsv.sourceforge.net/)<br>" +
"Simple Logging Facade for Java (http://www.slf4j.org/)";
public AboutDialog(JFrame parent) {
super(parent, true);