Desktop application in Java [closed]
Asked Answered
M

5

15

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

Medievalism answered 13/4, 2011 at 9:14 Comment(3)
Start with the official tutorials.Pretonic
After that I would try searching for tutorials on what you want to know. There are literally thousands of them on even obscure topics. ;)Drucill
And make sure you have a good IDE like Netbeans or Eclipse or IntelliJ CE (all free)Drucill
H
9

create a Desktop application in Java

Learn Swing/awt/JFX.

This application Reads and Writes different files.

Learn File Operation in java

Hexylresorcinol answered 13/4, 2011 at 9:19 Comment(0)
S
3

I suggest using NetBeans IDE and follow its tutorials. Its the easiest way to develop a Java Deskotp Application with a GUI.

Sarmentose answered 13/4, 2011 at 9:19 Comment(0)
C
2

Head First Java is a nice textbook. It gets you up and running very fast and it's even fun to read *gasp*

Categorize answered 13/4, 2011 at 9:23 Comment(0)
E
2

After completing the basics and if you happen to use Eclipse IDE, hava a look at Google's WindowBuilder Pro. It is an Eclipse Plugin for quickly developing Swing Interfaces.

Entomostracan answered 13/4, 2011 at 9:29 Comment(0)
B
1

In Java, most graphical interfaces are created using a framework called Swing. I suggest you take a look at Oracle's Swing tutorial in order to get you easily started.

Bloodstone answered 13/4, 2011 at 9:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.