Improvements in GUIWire and WireCrossPoint redrawing:
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Tue, 28 May 2019 21:39:07 +0000 (23:39 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Tue, 28 May 2019 21:39:07 +0000 (23:39 +0200)
commit79959447085ec1abc43683dfb2aba6478143d374
tree282b4c58b1cb74abb342a96adaee7a249f6fb581
parent58e8e0702f03eb8aa1ceed5441f9f15dfb500204
Improvements in GUIWire and WireCrossPoint redrawing:

-GUIWire now supports ChangedListeners
-GUIWire and WireCrossPoint now call their ChangedListeners to request
redraws
-GUIWire and WireCrossPoint now use ColorHelper
LogicUI/src/era/mi/gui/ColorHelper.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/LogicUICanvas.java
LogicUI/src/era/mi/gui/model/components/GUIComponent.java
LogicUI/src/era/mi/gui/model/wires/GUIWire.java
LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java