Made GUIWires more colorful
[Mograsim.git] / LogicUI / src / era / mi / components / gui / BasicGUIComponent.java
index 54384b9..a7212f9 100644 (file)
@@ -18,6 +18,7 @@ public interface BasicGUIComponent
        public Rectangle getBounds();
        /**
         * Called when this component is clicked. Relative coordinates of the click are given.
+        * Returns true if this component has to be redrawn.
         */
        public default boolean clicked(double x, double y)
        {