First steps with JavaFX [closed]

-1

I am starting with the Java world, I am with basic knowledge and I want to start with JavaFX for the development of desktop applications. I have been programming with Visual FoxPro 9.0 so my questions for the JavaFX experts are:

  • Is JavaFx a good alternative to Fox, I mean the design of desktop applications, report manager, etc.?

  • Is there a website or documentation that you can consult to start the study?

  • asked by user3552695 22.03.2016 в 02:40
    source

    1 answer

    6

    I can tell you about my not so long experience with JavaFX. After learning Swing, in my beginnings, JavaFX caught my attention and I learned it. My first impression was that it is a very powerful toolkit, quite customizable and with many widgets or controls. For example, you can display graphics without the need for libraries, pie charts, bar charts, etc. In the TableView you can easily customize the rendering to put images in cells, etc.

    One of the features that I liked the most was the ability to use CSS directly on the controls, which allowed me to make very nice UIs, reminded me of GTK.

    While it has come a little late (like Microsoft's WPF), it's a really good alternative to Swing and other toolkits. If you have some experience in Java, the learning curve will be very short.

    About resources, you can follow this tutorial in Spanish, about the development of an agenda.

        
    answered by 22.03.2016 в 04:01