C
C
Chvalov2015-09-06 21:44:08
Java
Chvalov, 2015-09-06 21:44:08

What are the graphical development environments for Java?

What are the graphical development environments for Java besides NetBeans?
You need to write a program with a GUI no worse than in the same Delphi or C # and their own environments.
In terms of functionality, I like IntelliJ IDEA, but is it possible to simply and conveniently write a program with a GUI in it, so as not to constantly flatter the code in order to move some element on the form.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
abs0lut, 2015-09-06
@abs0lut

See section "GUI Builder"

W
wolf-9830, 2015-09-06
@wolf-9830

What didn't you like about NetBeans? We created a javafx project and go ahead, the technology is not complicated and there are examples.

E
Evgeny Kornachev, 2015-09-07
@zelan

Plugin for Eclipse
A very good plugin, a colleague uses it. You can poke around in the generated code however you want. Hand-written components also display perfectly, ie. you can write the code manually, and the plugin will display it in real time. I did not like the editor in netbins because it forbade me to climb into its generated code (I did not figure out how to remove this restriction). And what is netbins to forbid me something?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question