254255256257258259260261262263264
* int Posicion y */ public void apply(int x, int y) { IconGate icon = findIcon(x, y); if (icon != null) icon.apply(x, y); } /** * Insert the method's description here. Creation date: (03/04/01 17:27:06) *