开发者

Java IDE for desktop developement [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I have to create a desktop application in java. I have experience in working with eclipse IDE for web development. Now for Desktop development whether i have to stick with eclipse or Netbeans.

Then, they are telling Eclipse RCP and Netbeans RCP, i heard only swing, Which framework can I use for desktop development.

开发者_开发百科

Thanks.


In my experience, Eclipse is a perfectly cromulent IDE for desktop applications.

Is there any feature in particular you think you'll be missing which could be worth the inconvenience of re-training yourself with a different environment?


Both Eclipse and Netbeans provide services to utilize and design Swing components. Swing is the general window toolkit for Java. Netbeans and Eclipse are IDEs. If you have experience with Eclipse, then use Eclipse as it will be easier for you.

If you need to design a user interface, which is what I think you are trying to get at, then something like Visual Swing Designer might help.


Window Builder from google is the best plugin I have ever seen for ui design.


Personally I use netbeans for swing because its just how I learned.

You can take this chance to learn something new or stay with what you are formiliar with. Only you can make that choice though.

Take into account things like deadlines etc.


Personally I believe Swing would be the best option to go when you plan to develop desktop apps with java. When It come to IDE, as since eclipse is you are used to, better stick to that, for design swing interfaces you can use, some third party plugin of your choice. Number of designers available can be found here,

Best GUI designer for eclipse?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜