mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
plugin manager: focus plugins table on show
This commit is contained in:
@@ -63,6 +63,11 @@ public class PluginManagerConfigurable extends BaseConfigurable implements Searc
|
||||
myAvailable = available;
|
||||
}
|
||||
|
||||
@Override
|
||||
public JComponent getPreferredFocusedComponent() {
|
||||
return myPluginManagerMain.getPluginTable();
|
||||
}
|
||||
|
||||
public String getDisplayName() {
|
||||
return DISPLAY_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user