|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.fr.design.mainframe.share.ui.online.mini; |
|
|
|
|
|
|
|
|
|
import com.fr.design.DesignerEnvManager; |
|
|
|
|
import com.fr.design.mainframe.share.ui.online.mini.bridge.ComposedNativeBridges; |
|
|
|
|
import com.fr.design.mainframe.share.util.OnlineShopUtils; |
|
|
|
|
import com.fr.design.ui.ModernUIPane; |
|
|
|
@ -28,7 +27,6 @@ public class MiniComponentShopPane extends JPanel {
|
|
|
|
|
|
|
|
|
|
public MiniComponentShopPane() { |
|
|
|
|
setLayout(new BorderLayout()); |
|
|
|
|
DesignerEnvManager.getEnvManager().setOpenDebug(true); |
|
|
|
|
modernUIPane = new ModernUIPane.Builder<>() |
|
|
|
|
.withURL(OnlineShopUtils.getWebMiniShopPath()) |
|
|
|
|
.prepare(new ScriptContextAdapter() { |
|
|
|
|