A Widget Picker Control in JavaFX
Posted on Fri 07 February 2014 in JavaFX • Tagged with editor, grid, JavaFX, user interface, widget
The following video shows a custom control in JavaFX that lets you select items from a list and position them in a grid. The items represent UI widgets, that is, JavaFX controls, with a defined size on the grid. The grid represents a page on which these widgets will be …
Continue reading