All Questions
2 questions
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 ...
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 ...