jt4.1.2_b04
- Start Tool. Open TS. File/Create Work Directory.
A "Cancel" button is default in that dialog. This means that if user fills data and press Enter then - dialog will be discarded and data lost.
In accordance to the Java Look and Feel Design Guidelines cancel button should be associated with Escape key.
Quote:
*Do not associate mnemonics with the default button or the Cancel button in a dialog box. Use Enter or Return for the default button and Escape for the Cancel button instead.
- Start Tool. Open TS. File/Create Work Directory.
A "Cancel" button is default in that dialog. This means that if user fills data and press Enter then - dialog will be discarded and data lost.
In accordance to the Java Look and Feel Design Guidelines cancel button should be associated with Escape key.
Quote:
*Do not associate mnemonics with the default button or the Cancel button in a dialog box. Use Enter or Return for the default button and Escape for the Cancel button instead.