@@ -75,7 +75,8 @@ public void aboutMaud() {
75
75
String niftyVersion = nifty .getVersion ();
76
76
String text = "Maud, by Stephen Gold\n \n You are c"
77
77
+ "urrently using Maud, a jMonkeyEngine application for edit"
78
- + "ing animated models.\n \n The version you are using includes "
78
+ + "ing animated models.\n \n The version you are using "
79
+ + "is designated ALPHA+2.\n \n It includes "
79
80
+ "the following libraries:" ;
80
81
text += String .format ("%n jme3-core version %s" ,
81
82
MyString .quote (JmeVersion .FULL_NAME ));
@@ -89,8 +90,16 @@ public void aboutMaud() {
89
90
MyString .quote (DebugVersion .getVersionShort ()));
90
91
text += String .format ("%n jme3-utilities-ui version %s" ,
91
92
MyString .quote (UiVersion .getVersionShort ()));
92
- text += String .format ("%n jme3-utilities-nifty version %s%n%n " ,
93
+ text += String .format ("%n jme3-utilities-nifty version %s" ,
93
94
MyString .quote (LibraryVersion .getVersionShort ()));
95
+ text += String .format ("%n jme3-blender" );
96
+ text += String .format ("%n jme3-bullet" );
97
+ text += String .format ("%n jme3-bullet-native" );
98
+ text += String .format ("%n jme3-desktop" );
99
+ text += String .format ("%n jme3-lwjgl" );
100
+
101
+ text += String .format ("%n jme3_xbuf_loader" );
102
+ text += String .format ("%n logback-classic%n%n" );
94
103
95
104
Maud .gui .closeAllPopups ();
96
105
Maud .gui .showInfoDialog ("About Maud" , text );
0 commit comments