Desktop application in Java

user160820 picture user160820 · Apr 13, 2011 · Viewed 33.7k times · Source

I am new to Java and want to create a Desktop application in Java. This application Reads and Writes different files.

Would someone please recomend me, what do i need for that and should I purchase a book or something else.

Thanks

Answer

Harry Joy picture Harry Joy · Apr 13, 2011

create a Desktop application in Java

Learn Swing/awt/JFX.

This application Reads and Writes different files.

Learn File Operation in java