|
|
|
@ -3,6 +3,7 @@
|
|
|
|
|
*/ |
|
|
|
|
package com.fr.design.headerfooter; |
|
|
|
|
|
|
|
|
|
import com.fr.base.i18n.BidiUtils; |
|
|
|
|
import com.fr.design.dialog.BasicPane; |
|
|
|
|
import com.fr.design.gui.frpane.ImgChooseWrapper; |
|
|
|
|
import com.fr.design.gui.ibutton.UIButton; |
|
|
|
@ -47,7 +48,8 @@ public class ImagePane extends BasicPane {
|
|
|
|
|
|
|
|
|
|
//select image
|
|
|
|
|
JPanel rightPane = FRGUIPaneFactory.createBorderLayout_S_Pane(); |
|
|
|
|
this.add(rightPane, BorderLayout.EAST); |
|
|
|
|
this.add(rightPane, BorderLayout.LINE_END); |
|
|
|
|
BidiUtils.applyOrientationByLocale(this); |
|
|
|
|
|
|
|
|
|
// rightPane.setLayout(FRGUIPaneFactory.createBorderLayout());
|
|
|
|
|
if (hasPreviewBorder) { |
|
|
|
|