You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 days ago | |
---|---|---|
gradle/wrapper | 5 days ago | |
src/dorkbox/swingActiveRender | 5 days ago | |
src9 | 5 days ago | |
.gitignore | 2 years ago | |
LICENSE | 5 days ago | |
LICENSE.Apachev2 | 2 years ago | |
README.md | 5 days ago | |
build.gradle.kts | 5 days ago | |
gradlew | 5 days ago | |
gradlew.bat | 5 days ago | |
settings.gradle.kts | 2 years ago |
README.md
Swing Active Render
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
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SwingActiveRender</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation("com.dorkbox:SwingActiveRender:1.3")
}
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.