https://github.com/dorkbox/desktop
Native Desktop enhancements beyond the java.Desktop standard class for Java 1.8+
https://github.com/dorkbox/desktop
Last synced: over 1 year ago
JSON representation
Native Desktop enhancements beyond the java.Desktop standard class for Java 1.8+
- Host: GitHub
- URL: https://github.com/dorkbox/desktop
- Owner: dorkbox
- License: other
- Created: 2023-01-12T14:05:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T13:57:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T04:13:04.004Z (over 1 year ago)
- Language: Java
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dorkbox General Utilities
###### [](https://git.dorkbox.com/dorkbox/Desktop) [](https://github.com/dorkbox/Desktop) [](https://gitlab.com/dorkbox/Desktop)
Native Desktop enhancements beyond the java.Desktop standard class, Java 1.8+
Maven Info
---------
````
...
com.dorkbox
Desktop
1.0
````
Gradle Info
---------
````
dependencies {
...
compile "com.dorkbox:Desktop:1.0"
}
````
License
---------
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.