Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on a project File Finder in java. I have to design the interface from where user interacts and access database. I want to know what are the basic items of applet i need to use for it.

I have added two combo boxes and labes one for file extension and other for file name and a submit button.Are there any other items neccessary for it?

Thanks in advance.

share|improve this question
1  
Apologies if I'm wrong here, but should this have the homework tag? – Kevin D Oct 11 '10 at 15:05

1 Answer

For usability you should have only one text field where the user can perform the queries like google has. the text field should perform the search when pressing the enter key or add an additional button named "search."

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.