|
|
|
@ -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); |
|
|
|
|