Class hierarchy cleanup:
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:49:54 +0000 (21:49 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:49:54 +0000 (21:49 +0200)
commit29cfa7eb267542506beb197e54af8aa3f642c3fb
tree06e0324d93f915ad1d372bff92a98fab242777fa
parent08e8b43a28e078ec84cff02edf9d640bcbad2a35
Class hierarchy cleanup:

-Splitted LogicUIStandalone into LogicUIStandaloneGUI and LogicExecuter
-Created SimpleLogicUIStandalone
-Renamed Playground to RSLatchExample
-Removed old example
LogicUI/src/era/mi/gui/LogicExecuter.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/LogicUIStandalone.java [deleted file]
LogicUI/src/era/mi/gui/LogicUIStandaloneGUI.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/SimpleLogicUIStandalone.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/examples/Playground.java [deleted file]
LogicUI/src/era/mi/gui/examples/RSLatchExample.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/model/components/GUIManualSwitch.java