Add JOGL to the About Dialog's libraries list
[debian/openrocket] / core / src / net / sf / openrocket / gui / dialogs / AboutDialog.java
index 1bad92f0dff7bc815b51eec4c2e77029683e7274..88329ed1282d7765a9391b15d3e13f0251d058d8 100644 (file)
@@ -40,10 +40,13 @@ public class AboutDialog extends JDialog {
                        "Tripoli Spain (Spanish)<br>" +
                        "Sky Dart Team (Russian)<br>" +
                        "Mauro Biasutti (Italian)<br><br>" +
+                       "Vladimir Beran  (Czech)<br><br>" +
                        "<b>OpenRocket utilizes the following libraries:</b><br><br>" +
                        "MiG Layout (http://www.miglayout.com/)<br>" +
                        "JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
-                       "iText (http://www.itextpdf.com/)";
+                       "iText (http://www.itextpdf.com/)<br>" +
+                       "exp4j (http://projects.congrace.de/exp4j/index.html)<br>" +
+                       "JOGL (http://jogamp.org/jogl/www/)";
        
        
        public AboutDialog(JFrame parent) {