|
|
@ -2,6 +2,7 @@ package com.fr.design.widget; |
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
import javax.swing.*; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fr.base.i18n.BidiUtils; |
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
|
import com.fr.design.layout.TableLayout; |
|
|
@ -27,7 +28,7 @@ public class ValueWidgetPane extends WidgetPane { |
|
|
|
|
|
|
|
|
|
|
|
public JPanel initNorthPane(){ |
|
|
|
public JPanel initNorthPane(){ |
|
|
|
JPanel northPane = super.initNorthPane(); |
|
|
|
JPanel northPane = super.initNorthPane(); |
|
|
|
label = new UILabel(" " + com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Widget_Value")+ ":"); |
|
|
|
label = new UILabel(BidiUtils.reverseConcatenateStrings(" ", com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Widget_Value"), ":")); |
|
|
|
label.setVisible(false); |
|
|
|
label.setVisible(false); |
|
|
|
widgetValuePane = new JPanel(); |
|
|
|
widgetValuePane = new JPanel(); |
|
|
|
widgetValuePane.setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
widgetValuePane.setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|