suggestions for declarative GUI programming in Java

前端 未结 14 1103
有刺的猬
有刺的猬 2020-12-07 09:39

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 i

14条回答
  •  無奈伤痛
    2020-12-07 10:17

    If you're willing to step slightly outside plain Java, Groovy's "builder" concept works pretty well with GUIs. Of course you can interop between Groovy and Java fairly easily. See the Swing Builder page for more information.

提交回复
热议问题