Added ability for doublemodel to evaluate math expressions using exp4j, fixed typeove...
[debian/openrocket] / core / src / net / sf / openrocket / gui / dialogs / AboutDialog.java
index 1bad92f0dff7bc815b51eec4c2e77029683e7274..c3f9295a56b9c3c12ada842de2caccb63b2797bd 100644 (file)
@@ -43,7 +43,8 @@ public class AboutDialog extends JDialog {
                        "<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)";
        
        
        public AboutDialog(JFrame parent) {