Source code for Generating Chess Ratings

I'm looking for source code for generating Chess ratings or anything that asks first for a user's input for a number, then another pop box for Win, Loss, or Tie, and finally a last pop up for another variable.

If anyone can just help me get started with the above then i should be able to handle the rest.

Thanks,

Sean

[345 byte] By [swhockey98a] at [2007-10-2 0:29:08]
# 1

[url=http://java.sun.com/docs/books/tutorial/]Sun's basic Java tutorial[/url]

[url=http://java.sun.com/learning/new2java/index.html]Sun's New To Java Center[/url]. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.

[url=http://javaalmanac.com]http://javaalmanac.com[/url]. A couple dozen code examples that supplement [url=http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]The Java Developers Almanac[/url].

[url=http://www.jguru.com]jGuru[/url]. A general Java resource site. Includes FAQs, forums, courses, more.

[url=http://www.javaranch.com]JavaRanch[/url]. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.

Bruce Eckel's [url=http://mindview.net/Books/DownloadSites]Thinking in Java[/url] (Available online.)

Joshua Bloch's [url=http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh]Effective Java[/url]

Bert Bates and Kathy Sierra's [url=http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance]Head First Java[/url].

James Gosling's [url=http://www.bookpool.com/sm/0321349806]The Java Programming Language[/url]. Gosling is the creator of Java. It doesn't get much more authoratative than this.

jverda at 2007-7-15 16:43:36 > top of Java-index,Java Essentials,Java Programming...
# 2
And for the popups: http://java.sun.com/docs/books/tutorial/uiswing/
jverda at 2007-7-15 16:43:36 > top of Java-index,Java Essentials,Java Programming...