Skip to content

Max productivity with minimum code for Java desktop UI development

License

Notifications You must be signed in to change notification settings

fedxyz/javabuilders-z

 
 

Repository files navigation

Notice

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.

Gradle

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.

About

Max productivity with minimum code for Java desktop UI development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%