Hello,
please review a little face-lifting and refactoring:
http://cr.openjdk.java.net/~vkarnauk/4199622/webrev.08/
These little changes in BasicComboBoxUI.java are to make code more readable.
Regards,
- Vlad
On 1/16/2013 04:58 PM, Vladislav Karnaukhov wrote:
Hello,
could you please review the fix:
bug: http://bugs.sun.com/view_bug.do?bug_id=4199622
webrev: http://cr.openjdk.java.net/~vkarnauk/4199622/webrev.00/
The fix uses new property to disable ActionEvent generation in
JComboBox' drop-down window when an user navigates with keyboard.
The fix works only when property is explicitly set by a developer;
otherwise default JComboBox' behavior doesn't change.
Regards,
- Vlad