![]() |
|
Any IDE for Java with Designer? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: Any IDE for Java with Designer? (/Thread-Any-IDE-for-Java-with-Designer) |
Any IDE for Java with Designer? - Leroy Jethro Gibbs - 08-29-2013 I'm looking for an IDE for Java that has a designer with it like VB has with it. I am clueless as to where i need to start with java and im looking to do so with the IDE. As for learning Java, i already have a class for that. I just need to know an IDE that have a designer window to show you a preview of your Java application. Any help is dearly welcomed! RE: Any IDE for Java with Designer? - Exiled - 08-30-2013 Sadly, I'm not into what you're looking for at all. But, I'm sure you can find someone here on DZ. Good luck anyways. RE: Any IDE for Java with Designer? - Leroy Jethro Gibbs - 08-30-2013 Bumping this thread! Still need some help! RE: Any IDE for Java with Designer? - Chalant - 08-31-2013 Netbeans has a great designer (similar to the one found in Visual Studio), and I believe there is also a plugin for the ever popular Eclipse IDE, however it's not as good as the built-in designer found in Netbeans. RE: Any IDE for Java with Designer? - Greyn - 09-02-2013 Like Chall said, NetBeans has a great designer built in. I thought Intellij has a plugin for it. RE: Any IDE for Java with Designer? - Mafia - 09-08-2013 As the above said NetBeans has a great designer. I sometimes use that. RE: Any IDE for Java with Designer? - Leroy Jethro Gibbs - 09-09-2013 Yea im using Netbeans now. Thanks for the suggestion guys! Very much appreciated!
RE: Any IDE for Java with Designer? - Crimin4L - 09-24-2013 OR you can use WindowBuilder, its a plugin for Eclipse. |