Skip to content
Compare
Choose a tag to compare
@dustinkredmond dustinkredmond released this 19 Jul 21:07
15c8421

Mapping Java objects to JavaFX tableviews, can be a pain. Especially when you're creating multiple, simple TableViews. Simply include the jar in your project and make use of the com.jfxdev.ObjectTableView class to take care of all of your boilerplate.

  • Supports Oracle as well as OpenJDK 8
  • Requires you to have JavaFX on your classpath