https://github.com/dorkbox/swingactiverender
Actively update a Swing component as fast as you want
https://github.com/dorkbox/swingactiverender
Last synced: over 1 year ago
JSON representation
Actively update a Swing component as fast as you want
- Host: GitHub
- URL: https://github.com/dorkbox/swingactiverender
- Owner: dorkbox
- License: other
- Created: 2022-10-02T18:21:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T13:22:16.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:02.368Z (over 1 year ago)
- Language: Kotlin
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Swing Active Render
###### [](https://git.dorkbox.com/dorkbox/SwingActiveRender) [](https://github.com/dorkbox/SwingActiveRender) [](https://gitlab.com/dorkbox/SwingActiveRender)
This brings active rendering to Swing, allowing you to set the refresh rate of updates (instead of only updating when swing permits it.
Maven Info
---------
```
...
com.dorkbox
SwingActiveRender
1.5
```
Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:SwingActiveRender:1.5")
}
```
License
---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.