| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
How to use it ?
| Code Block |
|---|
JColorPanel guiStrokeColor = new JColorPanel(); //apply the Color property guiStrokeColor.setColor(stroke.getColor()); //get back the property Color color = guiStrokeColor.getColor(); //or Expression expcolor = guiStrokeColor.getExpressionColor(); |
