|
|
@ -67,6 +67,11 @@ public class PluginManagerPane extends BasicPane { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public PluginManagerPane(String keyword){ |
|
|
|
|
|
|
|
this(); |
|
|
|
|
|
|
|
PluginWebBridge.getHelper().setShowKeyword(keyword); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void addPane(String installHome) { |
|
|
|
private void addPane(String installHome) { |
|
|
|
PluginWebPane webPane = new PluginWebPane(new File(installHome).getAbsolutePath()); |
|
|
|
PluginWebPane webPane = new PluginWebPane(new File(installHome).getAbsolutePath()); |
|
|
|
add(webPane, BorderLayout.CENTER); |
|
|
|
add(webPane, BorderLayout.CENTER); |
|
|
|