Hi)
Guys , please tell me - which java graphic (which make you able to work with winforms) library should be studied at first?
I started with SWT , but that i heared that it isn't "standart"......

thanks in advance for help.

Recommended Answers

All 2 Replies

The standard Java GUI library is called "Swing", which is built on, and still uses many classes from, an earlier version called "AWT". Swing classes have names that begin with a J, as in JFrame, JLabel, JButton etc. Swing GUIs are portable across all platforms where Java runs.
SWT was developed (by IBM I believe) to work directly with the Windows APIs, so it gives a perfect Windows look & feel. Howver, for the same reason, it's not portable across platforms.
If you are learning Java then Swing is the standard.

commented: ++++++++ +2

thank you, JamesCherrill))

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.