Actively update a Swing component as fast as you want
Go to file
Robinson 517cf09739 Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
gradle/wrapper Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
src/dorkbox/swingActiveRender Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
.gitignore Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
LICENSE Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
LICENSE.Apachev2 Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
README.md Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
build.gradle.kts Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
gradlew Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
gradlew.bat Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00
settings.gradle.kts Moved Swing Active Render module from general Utilities module. 2021-01-12 21:41:33 +01:00

README.md

Dorkbox General Utilities

Dorkbox Github Gitlab

The files here are copyright by many different authors, usually Apache 2.0, MIT, or BSD.

Please see the header of each file for the specific license that applies to it. Specific license details are in the LICENSE file.

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>SwingActiveRender</artifactId>
      <version>1.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:SwingActiveRender:1.0"
}

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.