-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paulsenik
committed
Aug 29, 2023
1 parent
d51f0eb
commit c0e4e36
Showing
25 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
src/main/java/ooo/paulsen/jpl/demo/Demo.java → ...main/java/de/paulsenik/jpl/demo/Demo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/ooo/paulsen/jpl/io/PCustomProtocol.java → .../de/paulsenik/jpl/io/PCustomProtocol.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.io; | ||
package de.paulsenik.jpl.io; | ||
|
||
public class PCustomProtocol { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...java/ooo/paulsen/jpl/io/PDataStorage.java → ...ava/de/paulsenik/jpl/io/PDataStorage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.io; | ||
package de.paulsenik.jpl.io; | ||
|
||
import java.util.ArrayList; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/ooo/paulsen/jpl/io/PFile.java → src/main/java/de/paulsenik/jpl/io/PFile.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.io; | ||
package de.paulsenik.jpl.io; | ||
|
||
|
||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
...main/java/ooo/paulsen/jpl/io/PFolder.java → ...ain/java/de/paulsenik/jpl/io/PFolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.io; | ||
package de.paulsenik.jpl.io; | ||
|
||
import java.io.File; | ||
import java.util.ArrayList; | ||
|
2 changes: 1 addition & 1 deletion
2
...lsen/jpl/io/serial/PSerialConnection.java → ...enik/jpl/io/serial/PSerialConnection.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aulsen/jpl/io/serial/PSerialListener.java → ...lsenik/jpl/io/serial/PSerialListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.io.serial; | ||
package de.paulsenik.jpl.io.serial; | ||
|
||
public interface PSerialListener { | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
.../java/ooo/paulsen/jpl/ui/PUICheckBox.java → ...java/de/paulsenik/jpl/ui/PUICheckBox.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...n/java/ooo/paulsen/jpl/ui/PUIElement.java → .../java/de/paulsenik/jpl/ui/PUIElement.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...main/java/ooo/paulsen/jpl/ui/PUIList.java → ...ain/java/de/paulsenik/jpl/ui/PUIList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...in/java/ooo/paulsen/jpl/ui/PUIMatrix.java → ...n/java/de/paulsenik/jpl/ui/PUIMatrix.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../ooo/paulsen/jpl/ui/PUIRotaryControl.java → ...de/paulsenik/jpl/ui/PUIRotaryControl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...in/java/ooo/paulsen/jpl/ui/PUISlider.java → ...n/java/de/paulsenik/jpl/ui/PUISlider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...main/java/ooo/paulsen/jpl/ui/PUIText.java → ...ain/java/de/paulsenik/jpl/ui/PUIText.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package de.paulsenik.jpl.ui.core; | ||
|
||
import de.paulsenik.jpl.ui.PUIElement; | ||
|
||
public interface PUIAction { | ||
void run(PUIElement that); | ||
} |
2 changes: 1 addition & 1 deletion
2
...va/ooo/paulsen/jpl/ui/core/PUICanvas.java → ...a/de/paulsenik/jpl/ui/core/PUICanvas.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.ui.core; | ||
package de.paulsenik.jpl.ui.core; | ||
|
||
import java.awt.*; | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
...java/ooo/paulsen/jpl/ui/core/PUICore.java → ...ava/de/paulsenik/jpl/ui/core/PUICore.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ava/ooo/paulsen/jpl/ui/core/PUIFrame.java → ...va/de/paulsenik/jpl/ui/core/PUIFrame.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ooo/paulsen/jpl/ui/core/PUIPaintable.java → ...e/paulsenik/jpl/ui/core/PUIPaintable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.ui.core; | ||
package de.paulsenik.jpl.ui.core; | ||
|
||
import java.awt.*; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ooo/paulsen/jpl/ui/core/PUIUpdatable.java → ...e/paulsenik/jpl/ui/core/PUIUpdatable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.ui.core; | ||
package de.paulsenik.jpl.ui.core; | ||
|
||
public interface PUIUpdatable { | ||
/** | ||
|
2 changes: 1 addition & 1 deletion
2
.../java/ooo/paulsen/jpl/utils/PConsole.java → ...java/de/paulsenik/jpl/utils/PConsole.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/ooo/paulsen/jpl/utils/PInstance.java → ...ava/de/paulsenik/jpl/utils/PInstance.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/ooo/paulsen/jpl/utils/PSystem.java → .../java/de/paulsenik/jpl/utils/PSystem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package ooo.paulsen.jpl.utils; | ||
package de.paulsenik.jpl.utils; | ||
|
||
import java.util.Locale; | ||
|
||
|
This file was deleted.
Oops, something went wrong.