Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 Java 开发了一个简单的桌面系统
我的系统将有一个连接到前端的数据库。
现在我想使用 JGoodies 来设计用户界面。
JGoodies 是 Swing GUI 框架的扩展吗?
在学习使用 JGoodies 之前,我是否必须掌握 Java Swing GUI 框架?
或者我可以在不首先掌握 Java Swing GUI 框架的情况下学习 JGooodies 吗?
您肯定需要学习 Swing 才能使用 JGoodies。JGoodies 提供了额外的外观、布局、Swing 组件和帮助类,但 UI 框架仍然是 Swing。