Browse Source

tooltip

feature/big-screen
shine 5 years ago
parent
commit
c0f2fc6b88
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java

2
designer-chart/src/main/java/com/fr/van/chart/map/designer/type/VanChartMapSourceChoosePane.java

@ -230,7 +230,7 @@ public class VanChartMapSourceChoosePane extends JPanel implements UIObserver {
boolean hasRefreshButton = !WorkContext.getCurrent().isLocal();
UIButton button = new UIButton(IOUtils.readIcon("/com/fr/design/images/control/refresh.png"));
button.setToolTipText("更新服务器地图资源文件");
button.setToolTipText("refresh remote map json");
button.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {

Loading…
Cancel
Save