Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

Why Does JavaFX's GridPane Attach Properties of the Layout to the Components?

I am currently learning JavaFX and I came across a very strange API for laying out GUI components. It is perhaps best explained by it's javadoc: To use the GridPane, an application needs to set the ...
john01dav's user avatar
  • 889
2 votes
0 answers
138 views

How to design an interface for two similar but distinct objects

I'm designing an API for a JavaFX control to be submitted to the ControlsFX library. This control is called the ViewManager, and its purpose is to hold a collection of View instances, all of which ...
Mirrana's user avatar
  • 1,077