TextComponent no longer overrides getBounds but rather calls setSize()
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / TextComponent.java
2019-06-30 Daniel KirschtenTextComponent no longer overrides getBounds but rather...
2019-06-30 Daniel KirschtenFixed TextComponent having two different positions:
2019-06-30 Daniel KirschtenReplaced static factory method with constructor
2019-06-29 Christian FemersAdded getBounds() to TextComponent
2019-06-28 Christian FemersAdded an visual-only text component and modelling helpe...