mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tab order for radio buttons same as in ui
This commit is contained in:
@@ -1212,9 +1212,9 @@ public class FindDialog extends DialogWrapper {
|
||||
|
||||
|
||||
ButtonGroup bgScope = new ButtonGroup();
|
||||
bgScope.add(myRbDirectory);
|
||||
bgScope.add(myRbProject);
|
||||
bgScope.add(myRbModule);
|
||||
bgScope.add(myRbDirectory);
|
||||
bgScope.add(myRbCustomScope);
|
||||
|
||||
ActionListener validateAll = new ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user