File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/ooo/paulsen/audiocontroller/demo Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >ooo.paulsen</groupId >
8- <artifactId >Java-Project-Library </artifactId >
8+ <artifactId >java-project-library </artifactId >
99 <version >1.1.6</version >
1010 <properties >
1111 <maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 1616
1717public class Demo {
1818
19- public static final String version = "v1.1.6" ;
20-
2119 public static void main (String [] args ) {
2220 new Demo ();
2321 }
@@ -57,7 +55,7 @@ public Demo() {
5755 System .exit (0 );
5856 }
5957
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 ();
6159
6260 // initialize frame before creating Elements
6361 f = new PUIFrame (frameTitle , 600 , 600 );
You can’t perform that action at this time.
0 commit comments