You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the description, I'd deduct that the specific code could be adapted to employ a different library for the purpose of RGB color representation, so that this specific dependency may be omited.
The text was updated successfully, but these errors were encountered:
For the solvers project this is now done.
For the common project this is still an open issue. I would recomment using java.awt.Color instead, since they manage RGB similarly (but not identically).
This is now pending @anfuchs' changes to the ConfigReader, as I do not want to mess up working code while he is switching to an XML parser.
Dagefoerde
changed the title
Remove SWT dependency from solvers project
Remove SWT dependency from muggl-common project
Feb 24, 2016
From the description, I'd deduct that the specific code could be adapted to employ a different library for the purpose of RGB color representation, so that this specific dependency may be omited.
The text was updated successfully, but these errors were encountered: