EvAInfo update.
This commit is contained in:
parent
c872b61c41
commit
d8d0e42318
@ -80,5 +80,6 @@ public class EvAInfo {
|
||||
|
||||
public static final String splashLocation = "resources/images/splashScreen2.png";
|
||||
public static final String infoTitle = productName+" Information";
|
||||
public static final String copyrightYear = "2010";
|
||||
|
||||
}
|
||||
|
@ -882,11 +882,11 @@ public class EvAClient implements RemoteStateListener, Serializable {
|
||||
JOptionPane.showMessageDialog
|
||||
(m_Frame,
|
||||
EvAInfo.productName + " - " + EvAInfo.productLongName +
|
||||
"\n University of Tuebingen\n Computer Architecture\n " +
|
||||
"M. Kronfeld, H. Planatscher, M. de Paly, F. Streichert & H. Ulmer\n " +
|
||||
"\n University of Tübingen\n Chair for Computer Architecture\n " +
|
||||
"M. Kronfeld, H. Planatscher, M. de Paly, A. Dräger, F. Streichert, H. Ulmer\n " +
|
||||
// "H. Ulmer & F. Streichert & H. Planatscher & M. de Paly & M. Kronfeld\n" +
|
||||
"Prof. Dr. Andreas Zell \n (c) 2008 \n Version " + EvAInfo.versionNum +
|
||||
"\n " + EvAInfo.url, EvAInfo.infoTitle, 1);
|
||||
"Prof. Dr. Andreas Zell \n (c) " + EvAInfo.copyrightYear + "\n Version " + EvAInfo.versionNum +
|
||||
"\n URL: " + EvAInfo.url, EvAInfo.infoTitle, 1);
|
||||
}
|
||||
|
||||
private void showLicense() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user