Skip to content

Actively update a Swing component as fast as you want

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.Apachev2
Notifications You must be signed in to change notification settings

dorkbox/SwingActiveRender

Repository files navigation

Swing Active Render

Dorkbox Github Gitlab

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.5</version>
    </dependency>
</dependencies>

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.

About

Actively update a Swing component as fast as you want

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.Apachev2

Stars

Watchers

Forks

Packages

No packages published