|
|
|
@ -3,8 +3,7 @@ package com.fr.design.mainframe.chart.gui;
|
|
|
|
|
import com.fr.chart.base.ChartConstants; |
|
|
|
|
import com.fr.design.style.color.NewColorSelectPane; |
|
|
|
|
|
|
|
|
|
import javax.swing.*; |
|
|
|
|
import java.awt.*; |
|
|
|
|
import java.awt.Color; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Created by Fangjie on 2016/4/8. |
|
|
|
@ -19,11 +18,4 @@ public class ColorSelectPaneWithOutTransparent extends NewColorSelectPane {
|
|
|
|
|
return ChartConstants.MAP_COLOR_ARRAY; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected JPanel getMenuColorPane() { |
|
|
|
|
JPanel menuColorPane = new JPanel(); |
|
|
|
|
menuColorPane.setLayout(new GridLayout(0, 8, 1, 1)); |
|
|
|
|
menuColorPane.setBorder(BorderFactory.createEmptyBorder(8, 8, 0, 8)); |
|
|
|
|
|
|
|
|
|
return menuColorPane; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|