|
|
@ -26,6 +26,7 @@ import com.fr.design.i18n.Toolkit; |
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
import com.fr.design.ui.util.UIUtil; |
|
|
|
import com.fr.design.ui.util.UIUtil; |
|
|
|
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
import com.fr.function.TIME; |
|
|
|
import com.fr.function.TIME; |
|
|
|
import com.fr.general.FRFont; |
|
|
|
import com.fr.general.FRFont; |
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
@ -168,6 +169,7 @@ public class PreviewTablePane extends BasicPane { |
|
|
|
this.add(new JScrollPane(preveiwTable), BorderLayout.CENTER); |
|
|
|
this.add(new JScrollPane(preveiwTable), BorderLayout.CENTER); |
|
|
|
if (this.dialog == null) { |
|
|
|
if (this.dialog == null) { |
|
|
|
this.dialog = this.showWindow(new JFrame()); |
|
|
|
this.dialog = this.showWindow(new JFrame()); |
|
|
|
|
|
|
|
GUICoreUtils.centerWindow(DesignerContext.getDesignerFrame(), this.dialog); |
|
|
|
} |
|
|
|
} |
|
|
|
progressBar = new AutoProgressBar(this, Toolkit.i18nText("Fine-Design_Basic_Loading_Data"), "", 0, 100) { |
|
|
|
progressBar = new AutoProgressBar(this, Toolkit.i18nText("Fine-Design_Basic_Loading_Data"), "", 0, 100) { |
|
|
|
public void doMonitorCanceled() { |
|
|
|
public void doMonitorCanceled() { |
|
|
|