suggestions for declarative GUI programming in Java
- by Jason S
I wonder if there are any suggestions for declarative GUI programming in Java. (I abhor visual-based GUI creator/editor software, but am getting a little tired of manually instantiating JPanels and Boxes and JLabels and JLists etc.)
That's my overall question, but I have two specific questions for approaches I'm thinking of taking:
JavaFX: is…