|
|
|
@ -104,7 +104,7 @@ public class OnlineWidgetTabPane extends JPanel {
|
|
|
|
|
@Override |
|
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
|
if (OnlineShopUtils.testConnection() && ComponentShareUtil.isShowMiniShopWindow()) { |
|
|
|
|
MiniComponentShopDialog.getInstance().show(); |
|
|
|
|
MiniComponentShopDialog.getInstance().showFromOnlineRepoPane(); |
|
|
|
|
FormWidgetDetailPane.getInstance().switch2Local(); |
|
|
|
|
FormWidgetDetailPane.getInstance().enterWidgetLib(); |
|
|
|
|
} else { |
|
|
|
|