An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Swing Active Render

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/SwingActiveRender) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/SwingActiveRender) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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.