File tree 2 files changed +2
-4
lines changed
src/main/java/ooo/paulsen/audiocontroller/demo
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >ooo.paulsen</groupId >
8
- <artifactId >Java-Project-Library </artifactId >
8
+ <artifactId >java-project-library </artifactId >
9
9
<version >1.1.6</version >
10
10
<properties >
11
11
<maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 16
16
17
17
public class Demo {
18
18
19
- public static final String version = "v1.1.6" ;
20
-
21
19
public static void main (String [] args ) {
22
20
new Demo ();
23
21
}
@@ -57,7 +55,7 @@ public Demo() {
57
55
System .exit (0 );
58
56
}
59
57
60
- frameTitle = "JPL-Demo " + version + " - " + PSystem .getUserName () + "'s " + PSystem .getOSType () + "-System from " + PSystem .getUserDisplayLocation ();
58
+ frameTitle = "JPL-Demo - " + PSystem .getUserName () + "'s " + PSystem .getOSType () + "-System from " + PSystem .getUserDisplayLocation ();
61
59
62
60
// initialize frame before creating Elements
63
61
f = new PUIFrame (frameTitle , 600 , 600 );
You can’t perform that action at this time.
0 commit comments