JiaYun Jia

Greenhorn
+ Follow
since Jun 28, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by JiaYun Jia

Originally posted by Alvin chew:
do anyone know how to display graph in swt ? thank you !



Here's a sample code that I modified from a SWT example snippet. ( http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet34.html )

20 years ago

Originally posted by John Todd:
talking about SWT, I have downloaded swt-win32-2135.zip to try it.
I have created a swing application like (JButton, JLabel ....)
to see the diffs.
but the application still use swing laf !
I am sure I have made something stupid, but I don't know what it
is, can you help me ?



SWT is not a laf. It has its own widgets. You must use classes from SWT not Swing.

There's some SWT examples:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets
20 years ago

Originally posted by Ko Ko Naing:

I don't see any link that I can download JFace... That's what Gregg is also finding for...

Mr.Rob also confirmed already that JFace comes only with Eclipse...



You must download Eclipse to get JFace, but you don't need to use Eclipse to develop SWT & JFace applications. You can use anything you like!

Originally posted by Ko Ko Naing:

Anyway, welcome to the Ranch!!!



Thank you!
20 years ago

Originally posted by Alvin chew:
do anyone know where to get API for jFace ? thank you !



You can get Javadoc for SWT & JFace by following this instruction.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/faq.html#wherecanIgetJavadoc
20 years ago

Originally posted by Ko Ko Naing:


Well then, does it mean that we cannot develop SWT application with JFace, using other IDEs?



You can use other IDEs, just need some jar files from Eclipse.

http://www-106.ibm.com/developerworks/opensource/library/os-ecgui1/
20 years ago