Utilities for public projects. I mainly use this repository to implement features to all of my projects at the same time. You're free to use this as a dependency for your own project. Currently the most interesting feature is being able to use the modern style Windows file chooser that normally isn't available in Swing.
Documentation can be found at: https://util.docs.roanh.dev/
repositories{
mavenCentral()
}
dependencies{
implementation 'dev.roanh.util:util:2.5'
}
<dependency>
<groupId>dev.roanh.util</groupId>
<artifactId>util</artifactId>
<version>2.5</version>
</dependency>
Project development started: 16th of August, 2019.
(Initial code formerly part of other projects)