|
|
|
@ -3,6 +3,7 @@ package com.fr.file;
|
|
|
|
|
import com.fr.base.BaseUtils; |
|
|
|
|
import com.fr.base.FRContext; |
|
|
|
|
import com.fr.base.extension.FileExtension; |
|
|
|
|
import com.fr.base.i18n.BidiUtils; |
|
|
|
|
import com.fr.design.DesignerEnvManager; |
|
|
|
|
import com.fr.design.ExtraDesignClassManager; |
|
|
|
|
import com.fr.design.actions.UpdateAction; |
|
|
|
@ -478,6 +479,7 @@ public class FILEChooserPane extends BasicPane {
|
|
|
|
|
JPanel contentPane = TableLayoutHelper.createTableLayoutPane(outComponents, new double[]{TableLayout.PREFERRED, TableLayout.FILL}, |
|
|
|
|
new double[]{TableLayout.PREFERRED, TableLayout.FILL}); |
|
|
|
|
this.add(contentPane, BorderLayout.CENTER); |
|
|
|
|
BidiUtils.applyOrientationByLocale(this); |
|
|
|
|
okButton.addActionListener(new ActionListener() { |
|
|
|
|
@Override |
|
|
|
|
public void actionPerformed(ActionEvent evt) { |
|
|
|
|