Swing desktop-development

后端 未结 3 2158
别那么骄傲
别那么骄傲 2021-02-10 06:50

I have a very general question regarding java desktop-gui-applications.

My Experience: In the last years i have developed a number of desktop-applicati

3条回答
  •  半阙折子戏
    2021-02-10 07:48

    I heard good feedback from users who used the validation framework from JGoodies, even in combination with their FormLayout which, as the name suggests, is a LayoutManager specifically designed to make components look like forms.

    I personally have only experience with the FormLayout and an in-house developed binding framework, where the creating of a UI as you describe boils down to a one-liner for each label-editor combination. There are certainly libraries available out-there which give you just that, but I have no experience with them so no recommandations on that front.

    FormLayout

    • website
    • demo (direct webstart link)
    • Screenshot of a typical layout using the FormLayout FormLayout screenshot

    Validation framework

    • website
    • demo webstart
    • Screenshot of their validation framework in action Validation screenshot

提交回复
热议问题