We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c980ec commit 35e4be6Copy full SHA for 35e4be6
src/gui/Displayer.java
@@ -10,6 +10,7 @@
10
//NetBean生成
11
public class Displayer extends javax.swing.JFrame {
12
private Path path;
13
+ private String version="V1.0";
14
15
public Displayer(String paths) {
16
try {
@@ -32,7 +33,7 @@ private void initComponents(){
32
33
javax.swing.JTextField jTextField1 = new javax.swing.JTextField();
34
35
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
- setTitle("Unturned ID生成器");
36
+ setTitle("Unturned ID生成器 "+version);
37
setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));
38
setIconImage(new ImageIcon(getClass().getResource("/assets/icon.gif")).getImage());
39
0 commit comments