I've been seeing too many lurkers in my command center lately. it's annoying. yes you, mister lurker.
join the party or buzz off. :s52:
public class Cycler {
// cycles through numbers limit to 0 non-stop
private int cycler = 0;
private int limit;
public Cycler(int limit) {...