Tagged Questions
3
votes
2answers
66 views
“Important” Items Box versus Pinned Items
I am designing an application which has panel with a list of items. The items in the list can be re-ordered by drag and drop:
The number of items in the list has the potential to be very large.
In ...
6
votes
5answers
905 views
Replacement for long drop-down list
I'm currently working on a part of our application in which the user edits a document. Part of the application allows the user to input certain "parts." We've implemented this as a couple of drop ...
1
vote
2answers
278 views
User Interface for Product Catalog
I am trying to figure out which is the best way to implement a product catalog editor for desktop application. The products arent too many about max 100 i believe.
I have figured out this model.At ...
2
votes
5answers
652 views
Select item from a list to be added to another list
I have an application implemented with Java Swing. The main view of the applications is divided in a left side and a right side. The top of the right side contains a SearchField, and a list of search ...
16
votes
3answers
516 views
How to indicate a table is missing rows that have been filtered out?
Do you know of any aesthetically-pleasing and effective ways of indicating that a table's contents have been filtered, without the filter information getting in the way?
Some background on my ...
1
vote
1answer
316 views
does this design have a good usability?
i asked this question on stackoverflow and has been redirected here. sorry about cross-posting.
i am writing a financial application and i need to write a specialized file open dialog for the user to ...
