简体   繁体   中英

Need suggestion to create an interactive GUI using Java

I want to create one demo app in java.I want to create an interactive GUI for that.I know about swing. But can anyone please guide/suggest me is there any other way to create a GUI except swing?

Thanks

SWT is a popular alternative to Swing. The Eclipse IDE is written with SWT.

Eclipse RCP或SWT是不错的选择,否则,您可以使用“新” JavaFX框架。

If you are using eclipse, you can use WindowBuilder . It does have an eclipse plugin . WindowsBuilder gives you drag-drop functionality to build your application quickly.

Here is a snap-shot of WindowsBuilder

Eclipse中的WindowsBuilder

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM