简体   繁体   English

如何使用NetBeans平台创建单个窗口应用程序

[英]How can I create a single window application using NetBeans Platform

Is NetBeans platform for creating only rich client applications or we can also create single frame applications? NetBeans平台是仅用于创建富客户端应用程序还是我们还可以创建单帧应用程序? There is a wizard for Swing Application Framework based application, but is this possible to create the same single frame application using NetBeans platform. 有一个基于Swing Application Framework的应用程序向导,但是可以使用NetBeans平台创建相同的单帧应用程序。 If yes, then please guide me how can I create one. 如果是,那么请指导我如何创建一个。 Thanks. 谢谢。

First of all NetBeans is a impressive, powerful but complex platform to build java gui applications. 首先,NetBeans是一个令人印象深刻,功能强大但复杂的平台,用于构建java gui应用程序。 The main problem of all development platforms is, that there are some trade offs to be made to unleash the real power of the platform. 所有开发平台的主要问题是,需要进行一些权衡以释放平台的实际功能。

It is hard to tell if NetBeans Platform is an overkill for your needs. 很难说NetBeans平台是否适合您的需求。 But the introduction videos and tutorials are great instruments to get a feeling of the programming model and runtime environment. 但是,介绍视频和教程是了解编程模型和运行时环境的好工具。 They helped me a lot at the beginning. 他们一开始就帮助了我很多。

If you have concrete questions afterwards feel free to ask. 如果您有具体问题,请随时询问。

Netbeans Application quickstart guide Netbeans应用程序快速入门指南

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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