X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2Fmodel%2Fcomponents%2FGUIComponent.java;h=b8f49f34ba9f31b082ecd618deeccbb22235ec1c;hb=80bfbd8ebf0ad8a7ad98584544a0c73f43e6f3b6;hp=ccb24a22f6b1442b4dd6201c8060d258cef1e61f;hpb=53db506919cb378f8f3e2584491ddbc5357ccd8c;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/model/components/GUIComponent.java b/LogicUI/src/era/mi/gui/model/components/GUIComponent.java index ccb24a22..b8f49f34 100644 --- a/LogicUI/src/era/mi/gui/model/components/GUIComponent.java +++ b/LogicUI/src/era/mi/gui/model/components/GUIComponent.java @@ -62,6 +62,7 @@ public abstract class GUIComponent * Called when this component is clicked. Absolute coordinates of the click are given. Returns true if this component consumed this * click. */ + @SuppressWarnings({ "static-method", "unused" }) // this method is inteded to be overridden public boolean clicked(double x, double y) { return false;