Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

[B&S] GUI Search

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been realizing in some posts that the ideal GUI for search is to provide combo boxes for name and location. However in my point of view, this approach has some drawbacks that do not compensate its implementation such as, in sum, the increase of network traffic to make the combos being updated accordingly.
I've just implemented the search GUI using text fields enabling users to find records by name and location. How about this approach, do you think the change for combo pays off?

Thanks for any reply in help
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wonder how one can search by Combo box.
2 Text fields, with a Search button, should be the norm.

This works, or unless someone has a better reason/way.
 
Rod Abreu
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Aruneesh,

But as I identified, the GUI scoring without combos usually reachs up to 28 points. That's the reason I'm worried about. Isn't the point lost related to the search GUI not being in combos?
 
Aruneesh Salhotra
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think GUI is not limited to just search. It should be a functional GUI. I think the more information that is provided by the GUI to do tasks, is what would be required.

1. Ability to Property Changes, RMI and DB changes
2. Search, Update, Delete, Add record
3. Search Panel, Menu Bar, PopupMenu.
4. Clean interfaces, and information stored about last layout, and be able to survive a crash, and restore.
5. Action event, instead of ActionListener.

Any more features you have in your list.
 
reply
    Bookmark Topic Watch Topic
  • New Topic