Add JOGL to the About Dialog's libraries list
[debian/openrocket] / core / src / net / sf / openrocket / gui / dialogs / AboutDialog.java
index cafaab966f4b33d00088cab544317230d105f8f1..88329ed1282d7765a9391b15d3e13f0251d058d8 100644 (file)
@@ -45,7 +45,8 @@ public class AboutDialog extends JDialog {
                        "MiG Layout (http://www.miglayout.com/)<br>" +
                        "JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
                        "iText (http://www.itextpdf.com/)<br>" +
-                       "exp4j (http://projects.congrace.de/exp4j/index.html)";
+                       "exp4j (http://projects.congrace.de/exp4j/index.html)<br>" +
+                       "JOGL (http://jogamp.org/jogl/www/)";
        
        
        public AboutDialog(JFrame parent) {