|
|
|
@ -4,7 +4,6 @@ package com.fr.design.style.color;
|
|
|
|
|
* Created by plough on 2016/12/22. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
import com.fine.theme.utils.FineUIScale; |
|
|
|
|
import com.fr.design.DesignerEnvManager; |
|
|
|
|
import com.fr.design.utils.gui.GUICoreUtils; |
|
|
|
|
import com.fr.general.IOUtils; |
|
|
|
@ -26,7 +25,7 @@ public class ColorPicker extends JDialog implements ActionListener {
|
|
|
|
|
private Container container = getContentPane(); // 主容器
|
|
|
|
|
private int setCoordinateX; // 取色框x坐标
|
|
|
|
|
private int setCoordinateY; // 取色框y坐标
|
|
|
|
|
private int colorPickerSize = FineUIScale.scale(190); // 取色框尺寸
|
|
|
|
|
private int colorPickerSize = 190; // 取色框尺寸
|
|
|
|
|
private int scaleFactor = 16; // 放大倍数
|
|
|
|
|
private ColorPickerPanel colorPickerPanel = new ColorPickerPanel(scaleFactor); // 取色框内容面板
|
|
|
|
|
|
|
|
|
|