application releated constants moved to applicationinfo class (name, version, urls), 1000th source file:)

This commit is contained in:
Honfika
2013-11-07 11:07:49 +01:00
parent bef5f0ae67
commit d99f8943b7
9 changed files with 197 additions and 169 deletions
@@ -16,6 +16,7 @@
*/
package com.jpexs.decompiler.flash.gui;
import com.jpexs.decompiler.flash.ApplicationInfo;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
@@ -61,7 +62,7 @@ public class ModeFrame extends AppFrame implements ActionListener {
cont.add(exitButton);
View.centerScreen(this);
View.setWindowIcon(this);
setTitle(Main.shortApplicationVerName);
setTitle(ApplicationInfo.shortApplicationVerName);
this.addWindowListener(new WindowAdapter() {
@Override
public void windowClosing(WindowEvent e) {