7879808182838485868788
} Iterator<? extends IClickable> iter = list.iterator(); IClickable clickie; while (iter.hasNext()) { clickie = iter.next(); clickie.draw(); } } /** * Draws the background layer for the GUI.