1
vote
3answers
278 views
JDialog cancel button
How can I set a cancel button in a Swing JDialog, i.e. a button whose action is performed automatically if the user presses the “Cancel” key on the keyboard?
The counterpart is offered for a default …
1
vote
2answers
118 views
Are there any guidelines for appropriate use of the Black HUD UI in OS X?
Does anyone know what the HIG are saying about the black HUD UI in OS X?
0
votes
4answers
130 views
For list controls, should find-as-you-type match at the start of an entry, or anywhere in an entry?
I have a list control in GTK+ (a gtk.TreeView with one column), with "find-as-you type" enabled (so typing any text will open a small search field for searching through the list entries). Now, if the …
