Mrityunjay Prasad

Greenhorn
+ Follow
since Jan 21, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mrityunjay Prasad

It seems your jar is dependent on some external jar. In that case try this:
c:\>java -cp yourFile.jar;dependentFile.jar yourpack.yourMainClass
19 years ago
SWT is far superior to AWT/Swing. It takes the look and feel of the Operating System instead of a fixed motif. If you change the look and feel of your Windows OS, the look and feel of your components would accordingly change. Above all it is much faster than Swing. Basically you would not believe in first instance that your Java application can look like any windows GUI !!
20 years ago
I dont find any books, even I am loking for one.
However look at this site
http://www.eclipse.org/articles/Article-SWT-Design-1/SWT-Design-1.html
Look for SWT on this also
Eclipse white paper:
http://www.eclipse.org/whitepapers/eclipse-overview.pdf
20 years ago
SWT
Any SWT (Standard Widget Toolkit) pratitioners in this forum ? Lets get started !! What benefits it serves over AWT and Swing ?
Learn about SWT :
http://www.eclipse.org/articles/Article-SWT-Design-1/SWT-Design-1.html
20 years ago