Which Rich Client Platform to use

前端 未结 11 777
春和景丽
春和景丽 2020-12-28 08:06

We recently started to develop a Java desktop app and management has requested that we make use of Rich Client Platform. I know of four for Java namely:

  1. Eclips
11条回答
  •  梦毁少年i
    2020-12-28 08:45

    There is also Reflection-based UI generation and customization.

    Instead of customizing an IDE to fit your needs, you will customize a GUI generated by default. It may be interesting to try a new approach.

    https://github.com/dotxyteam/ReflectionUI

提交回复
热议问题