Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Application

Status
Not open for further replies.

missmolly

Technical User
May 25, 2002
7
0
0
IE


OK, very new programmer...
Conducting an empirical study at the moment, and would like to program a simple application. I'd like to ask a series of 15 questions, the user would type the answer, click on enter and the next question would pop up. For each question the answer and the time taken to answer would be recorded in some kind of file.
Would this be possible?
 
hi

Yes it's possible.

If you intend to build a client side application:
You should build a GUI interface with awt or swing graphic components and manage user inputs to provide the rigth behavior.

If you want to do a web application, use JSP instead of awt and servlet for managing user input.

manu0
 
Toolkit,

I don't mean to be awkward, but I cant figure out what help ur code is to me! I need an a listener do I not?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top