In what language can I make a form?

Asked

Viewed 78 times

1

I need to make a form similar to this, even the fields and the (|||__|). And I was using Java in Netbeans, but I can’t do identical to these fields. What language would you recommend me to build such a form?

I await reply.

MODELO

  • 1

    Search for Ireport, this framework will help you to do this

  • I have never worked with Java, this will be the first time. There is how you better guide me how it works?

  • So I learned by doing research, you know, I was creating my own working method for diagramming, you should draw the form and then fill out the data.

  • 1

    @Macario1983 Good morning! I still can’t understand how this Ireport works. Is there an article that explains well and that can indicate me?

  • I was even trying to write a small article to help you, but I lost my manual that I created

1 answer

0


I would recommend using Javafx and Scenebuilder, and to do any effect you can use CSS ( javafx uses a proper css ).

I have a link on how to use it in Netbeans, it’s in English but it has lots of images and it’s very easy : Scenebuilder in Netbeans

However, you can make this form in any language, but take into account the cost benefit of time spent to do and to learn how to use.

  • Rodrigo, thanks for the tips! I am studying Java for the development of this form, because it is a language that I do not understand well. I’d rather do it in php, but I don’t have a php form base that I can do. However, I turned to Java.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.