With what language can I make a form? [closed]

1

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.

    
asked by anonymous 26.07.2016 / 19:38

1 answer

0

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.

    
29.07.2016 / 14:34