Skip to content

Commit 321a512

Browse files
author
realPaulsen
committed
renamed Project with lowercase name
1 parent dd9ae23 commit 321a512

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

src/main/java/ooo/paulsen/audiocontroller/demo/Demo.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
public 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);

0 commit comments

Comments
 (0)