Should I use structure from a core library graphic toolkit in my domain?
- by Laurent Bourgault-Roy
In java (and many other programming language), there are often structure to deal with graphic element : Colour, Shape, etc. Those are most often in a UI toolkit and thus have a relatively strong coupling with UI element.
Now, in the domain of my application, we often deal with colour, shape, etc, to display statistic information on an element.…