Java IDE for desktop developement [closed]
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?
精彩评论