T
T
Tannenfels2019-10-08 07:34:28
Java
Tannenfels, 2019-10-08 07:34:28

What is the best Java GUI framework to use now?

I am planning to make a small IDE for my specific needs. I originally planned to use JavaFX, but there are rumors that it is now deprecated. Which framework would be best for a windows application?
PS Support for Linux is theoretically possible in the future.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cheypnow, 2019-10-08
@Cheypnow

JavaFX 2 is not deprecated, but simply moved to a separate module.
Actually a choice from JavaFX/Swing and some custom solutions like Eclipse RCP.
I recommend the first option, because the entry threshold is lower and it is easier to find the information you need.
PS Well, when choosing between JavaFX and Swing, of course JavaFX

A
Alexey Cheremisin, 2019-10-08
@leahch

I recommend the rcp platform on which the eclipse is made https://www.vogella.com/tutorials/EclipseRCP/artic... You
will have to write less than on fx. But fx is not deprecated!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question