Link to home
Start Free TrialLog in
Avatar of rzvika2
rzvika2

asked on

example of java application with gui

Hi!
I have done about 5 not small applications in java using gui in the last 1.5 year.
Still, i can't be sure that i have written them correctly.
Is there any convention according to which java applications should be written? can you tell me where i can find an example of such?
(I don't mean a simple gui application that uses only gui parts).
Thank you!
Avatar of stoneman
stoneman
Flag of United States of America image

The best example of Java GUI (or otherwise) coding conventions is from javasoft itself! Check out any sample program in the demo/jfc folder in the JDK1.2.2 tree. They are exemplary.

ASKER CERTIFIED SOLUTION
Avatar of Jim Cakalic
Jim Cakalic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rzvika2
rzvika2

ASKER

Thank you, i will look at these sites.