2

I am new in Java but not in programming..So,I have been using Visual Studio with visual basic programming language but now I want to learn Java and I want to know if there is a Java IDE with Visual Studio toolbox(watch the picture) At the moment, I am using Eclipse for Java,,but it doesn't have Visual Studio toolbox. Thank's for help!

Visual Studio toolbox.

Community
  • 1
  • 1
Technologuy
  • 131
  • 3
  • 16

2 Answers2

2

You can use the WindowBuilder plugin for Eclipe. More info here: https://eclipse.org/windowbuilder/

EDIT: As mentioned in the comment to the other answer, if you do not like WindowBuilder you can give a try to JFormDesigner

Phantomazi
  • 408
  • 6
  • 22
  • 1
    For now,I am downloading the WindowBuilder plugin for Eclipe.And then, if I don't like it I will install netbeans or JFormDesigner. – Technologuy Aug 26 '15 at 10:06
1

NetBeans IDE

The Smarter and Faster Way to Code

Quickly and easily develop desktop, mobile and web applications with Java, HTML5, PHP, C/C++ and more. NetBeans IDE is FREE, open source, and has a worldwide community of users and developers. NetBeans GUI

L.Zak
  • 298
  • 1
  • 13
  • Am I wrong, of what you're just showing us is [this](http://www.formdev.com/jformdesigner/doc/ides/eclipse/) plugin, which is also available for eclipse(so the author does not have to migrate all his work. – Phantomazi Aug 26 '15 at 09:58
  • 1
    here is what the author said :" I want to know if there is a Java IDE with Visual Studio toolbox" he didn't said if there is a plugin for eclipse but thanks anyway I didn't know there is such a plugin :) – L.Zak Aug 26 '15 at 10:03
  • No worries.. I prefer Eclipse, as most of the plugins or features available to other IDEs sooner or later come to eclipse as well. And because of this you end up with an IDE with loads of possibilities :) – Phantomazi Aug 26 '15 at 10:05