开发者

Desktop application in Java [closed]

开发者 https://www.devze.com 2023-02-24 01:59 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,开发者_如何学Python visit the help center. Closed 11 years ago.

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


create a Desktop application in Java

Learn Swing/awt/JFX.

This application Reads and Writes different files.

Learn File Operation in java


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


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


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号