In general, a JavaFX application contains one or more stages which corresponds to windows. Each stage has a scene attached to it. Each scene can have an object graph of controls, layouts etc. attached ...
Currently developing a JavaFX application around propositional logic. At the moment, any propositions entered by the user is either put into a FlowPane with all the necessary elements, or a HBox ...