This is a fork of the original Javabuilders project.
I am not going to maitain or add new features to it, I just tried to fix the illegal reflective access
problems related to jdk9 module system. It seems to work right now without any warning but I can't say for sure because
the project use reflection a lot.
The project's artifacts are published on
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
...
implementation 'com.github.fedxyz.javabuilders-z:javabuilder-z-swing:<last version>'
implementation 'com.github.fedxyz.javabuilders-z:javabuilder-z-swing-glazedlists:<last version>'
}
You can read the Original README.