diff --git a/designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java b/designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java index 7053e69cf9..60a63a0cc5 100644 --- a/designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java +++ b/designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java @@ -131,7 +131,7 @@ public class FormWidgetDetailPane extends FormDockView implements Releasable { isEmptyPane = true; this.removeAll(); JPanel panel = FRGUIPaneFactory.createVerticalFlowLayout_Pane(true, FlowLayout.LEADING, 0, 5); - UILabel imagePanel = new UILabel(BaseUtils.readIcon("/com/fr/base/images/share/version_not_match.png")); + UILabel imagePanel = new UILabel(BaseUtils.readIcon("/com/fr/design/form/images/version_not_match.png")); imagePanel.setPreferredSize(new Dimension(240, 96)); imagePanel.setHorizontalAlignment(SwingConstants.CENTER); panel.add(imagePanel); diff --git a/designer-form/src/main/resources/com/fr/design/form/images/version_not_match.png b/designer-form/src/main/resources/com/fr/design/form/images/version_not_match.png new file mode 100644 index 0000000000..cb3eeffe2e Binary files /dev/null and b/designer-form/src/main/resources/com/fr/design/form/images/version_not_match.png differ