Results 1 to 4 of 4
- 07-29-2008, 05:25 PM #1
Best GUI Element to Display Mass Data
Hello Everyone,
I think (hope) I will start a little Discussion here. I working on a GUI for an application, which should display a lot of users. I mean you shall be able to select one of the users outa a big mass (1000 +). It's not the only thing what this application should do, there is more in, you know. And now my question, what you think will be the best GUI Element for displaying such a big mass, in regard of usability and the time you will have to bring up to find someone?
- 07-29-2008, 06:54 PM #2
A sorted tree
- 07-29-2008, 07:42 PM #3
Member
- Join Date
- Jul 2008
- Posts
- 67
- Rep Power
- 0
yeha you could use many components table, list, tree, but what i think is that it depends how you get your data into component.
- 07-29-2008, 11:18 PM #4
mhm ok, how I will get the data in there is not known yet. But this doesn't matter I will code a workaround if a gui element does not accept such a structure I will get. But I think a list is not this what i want. If I think about 1000+ Persons it is not good to scroll 20 min down to find Mr. X.
I could, or I will add some kind of search function and some kind of keyListeners which jumps to eg. all persons which starts with M if i type the key m but imagine if you search the name "Müller" which appers very very often in Germany you might get a list with 50 or more persons and then I list will not work. I mean it will work, but I think its not usable. You now? I think a sorted Tree is a good option but maybe some better available?
Similar Threads
-
How to display information about the display device in SWT
By Java Tip in forum SWTReplies: 0Last Post: 06-28-2008, 09:26 PM -
How to display Tabuler Data in J2EE application on jsp page
By AMATYA-CHANAKYA in forum Advanced JavaReplies: 2Last Post: 04-23-2008, 05:54 PM -
Data formatting for the <display:table>
By yuchuang in forum Web FrameworksReplies: 3Last Post: 12-14-2007, 10:52 AM -
Is there any utility that reads TimeZone data and display it in Human readable format
By Santhosh in forum Advanced JavaReplies: 0Last Post: 11-06-2007, 02:20 PM -
how to display data in Jtree
By paty in forum New To JavaReplies: 1Last Post: 07-24-2007, 12:28 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks