0
Any ide for java that makes GUI building very easy just like visual studio does for C#?
4 Antworten
+ 5
NetBeans Already have that,tho
File>New Project>Click Java Once>Click Next>Locate folder>Wait>Click at your Project > Source Packages > There is one Box. It is java source package right click it:
New > JFrame Form
https://youtu.be/78PCIp2bSEk
That dude gives some explaination about how to do that
+ 3
Just notepad is enough....
But If very easy
I mostly used NetBeans :/
+ 1
have a look at the JavaFX Scene Builder. I used it with Eclipse but it will surely work with the other IDEs, too.
0
I wanted something with drag and drop features which visual studio offers for c#