| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
How to use it ?
| Code Block |
|---|
JStrokePanel guiStroke = new JStrokePanel(); //apply the stroke guiStroke.parseStroke(sym.getStroke()); //get back the new stroke Stroke stroke = guiStroke.getStroke(); |
| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
| Code Block |
|---|
JStrokePanel guiStroke = new JStrokePanel(); //apply the stroke guiStroke.parseStroke(sym.getStroke()); //get back the new stroke Stroke stroke = guiStroke.getStroke(); |