DEV Community

Discussion on: 22 Tech Skills Java Programmers can Learn in 2024

Collapse
 
lexiebkm profile image
Alexander B.K.

For build tools, I have seen Gradle is frequently used too, beside Maven.
What about desktop GUI toolkit ? Although it might be very rare nowadays, probably we might find applications of that kind, including in enterprise systems which include desktop GUI app. What do you recommend for that : Swing, SWT or JavaFx ?

Collapse
 
javinpaul profile image
javinpaul

of course, JavaFX as Swing is not used for new development anymore, SWT is also on the same boat.