|
|
|
@ -56,7 +56,7 @@ public class PreviewTableDesensitizationPane extends JPanel {
|
|
|
|
|
* 初始化面板 |
|
|
|
|
*/ |
|
|
|
|
private void initComponents() { |
|
|
|
|
this.setLayout(new FlowLayout(FlowLayout.LEFT)); |
|
|
|
|
this.setLayout(new FlowLayout(FlowLayout.LEADING)); |
|
|
|
|
this.add(initDesensitizationLabel()); |
|
|
|
|
this.add(initToolBar()); |
|
|
|
|
this.add(initPreviewButton()); |
|
|
|
|