Skip to content

Commit 04370b0

Browse files
author
realPaulsen
committed
v1.1.2e
Added: * Util-Class PSystem: Provides system-information and functions (e.g. OS-Type) * Util-Class PConsole: Run a given Command in the Terminal/Console (Linux/Windows) and get the response Changes: * Removed bin/ from git * Added visiblecheck on draw(g) in PUICanvas * reset() of PUIMatrix removes all Elements from Frame * Made Standard-Fonts of PUIText public static Fixes: * UpdateElements-bugs on PUIScrollPanel * When losing focus during click. Then gaining focus again, the Element can't be clicked the first time.
1 parent e0f7bdb commit 04370b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2890
-2622
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Compiled class file
22
*.class
3+
bin/
4+
out/
35

46
# Log file
57
*.log
@@ -19,6 +21,12 @@
1921
*.tar.gz
2022
*.rar
2123

24+
# Eclipse Files #
25+
.settings
26+
.project
27+
.cproject
28+
.classpath
29+
2230
# Projects
2331
*.classpath
2432
*.project

README.md

Lines changed: 45 additions & 20 deletions
-1.3 KB
Binary file not shown.
-3.49 KB
Binary file not shown.
-6.32 KB
Binary file not shown.

bin/com/paulsen/io/PFile.class

-6.45 KB
Binary file not shown.

bin/com/paulsen/io/PFolder$1.class

-707 Bytes
Binary file not shown.

bin/com/paulsen/io/PFolder.class

-3.87 KB
Binary file not shown.

bin/com/paulsen/ui/PUIAction.class

-161 Bytes
Binary file not shown.
-849 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)