I need to make a form similar to this, even the fields and (| | | __ |). And I was using Java in NetBeans, but I can not make it identical to those fields. What language do you recommend for me to put together such a form?
I await an answer.
I would recommend using JavaFX and SceneBuilder, and to make any effect you can use CSS (javafx uses a css itself).
I have a how-to link in NetBeans, it's in English but it has lots of images and it's pretty easy: SceneBuilder on NetBeans
However, you can do this form in any language, but take into account the cost benefit of time spent doing and learning to use.