|
|
|
@ -63,12 +63,12 @@ import javax.swing.BorderFactory;
|
|
|
|
|
import javax.swing.JLabel; |
|
|
|
|
import javax.swing.JList; |
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import java.awt.Component; |
|
|
|
|
import java.lang.reflect.Constructor; |
|
|
|
|
import java.util.HashMap; |
|
|
|
|
import java.util.HashSet; |
|
|
|
|
import java.util.Map; |
|
|
|
|
import java.util.Set; |
|
|
|
|
import java.awt.Component; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Created by Mitisky on 16/3/1. |
|
|
|
@ -339,7 +339,7 @@ public class PlotFactory {
|
|
|
|
|
|
|
|
|
|
public static FormatPane createAutoFormatPane() { |
|
|
|
|
FormatPane formatPane = new FormatPane() { |
|
|
|
|
protected Component[][] getComponent(JPanel fontPane, JPanel centerPane, JPanel typePane) { |
|
|
|
|
protected Component[][] getComponent(JPanel fontPane, JPanel centerPane, JPanel typePane, JPanel optionPane) { |
|
|
|
|
typePane.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
|
return new Component[][]{ |
|
|
|
|
new Component[]{typePane, null}, |
|
|
|
|