|
|
|
@ -10,6 +10,7 @@ import com.fr.design.gui.ilable.UILabel;
|
|
|
|
|
import com.fr.design.i18n.Toolkit; |
|
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
|
import com.fr.design.utils.BrowseUtils; |
|
|
|
|
import com.fr.general.CloudCenter; |
|
|
|
|
import com.fr.transaction.Configurations; |
|
|
|
|
import com.fr.transaction.WorkerFacade; |
|
|
|
|
import java.awt.BorderLayout; |
|
|
|
@ -26,6 +27,8 @@ import javax.swing.JPanel;
|
|
|
|
|
*/ |
|
|
|
|
public class ExportUniversalPane extends BasicPane { |
|
|
|
|
|
|
|
|
|
private static final String HELP_URL = CloudCenter.getInstance().acquireUrlByKind("help.alt_font.zh_CN", "https://help.fanruan.com/finereport/doc-view-4707.html"); |
|
|
|
|
|
|
|
|
|
private UICheckBox specialCharacterExport; |
|
|
|
|
|
|
|
|
|
public ExportUniversalPane() { |
|
|
|
@ -46,7 +49,7 @@ public class ExportUniversalPane extends BasicPane {
|
|
|
|
|
rightLabel.addActionListener(new ActionListener() { |
|
|
|
|
@Override |
|
|
|
|
public void actionPerformed(ActionEvent e) { |
|
|
|
|
BrowseUtils.browser("http://www.baidu.com"); |
|
|
|
|
BrowseUtils.browser(HELP_URL); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
labelPane.add(centerLabel, BorderLayout.CENTER); |
|
|
|
|