Skip to content
Totoro edited this page Aug 27, 2020 · 2 revisions

欢迎来到SwingPro的wiki!

什么是SwingPro

SwingPro作为一个桌面端的UI框架,使用Java和xml实现pc端的桌面应用。视图底层使用Java本身的Swing,通过封装和美化,使之能够通过xml加载成视图。从一定程度上来说,SwingPro开发桌面应用的流程对标安卓应用的开发方式,所以安卓开发人员会很轻松上手SwingPro这个UI框架。

为什么使用SwingPro

SwingPro摒弃了Java原生的swing开发模式,提供更加容易实现应用界面布局和管理的能力。所有的应用界面都可以使用xml代码进行编写,同时对窗口、对话框等大型部件都有相应的管理方式。除了框架提供的丰富的控件外,支持开发者在原有的视图的基础上进行进一步扩展。

Welcome to the SwingPro wiki!

What is SwingPro

As a desktop UI framework, SwingPro uses Java and XML to implement desktop applications on PC. The view bottom layer uses swing of Java itself, which can be loaded into view through XML through encapsulation and beautification. To a certain extent, the process of desktop application development of swing Pro is benchmarked with the development method of Android application, so Android developers will easily start to use the UI framework of SwingPro.

Why use SwingPro

SwingPro abandons the native swing development mode of Java, and provides the ability to realize the layout and management of application interface more easily. All application interfaces can be written with XML code, and there are corresponding management methods for windows, dialog boxes and other large components. In addition to the rich controls provided by the framework, developers can further expand the original view.