import java.util.Random; /** * volume demo * * @author matecsaba */ public class volumeDemo { /** * minimum */ public int min; /** * maximum */ public int max; /** * movement */ public int mov; private int tim; private volumeOne[] dev; private Random rnd = new Random(); /** * the main * * @param args arguments * @throws Exception on error */ public static void main(String[] args) throws Exception { volumeDemo a = new volumeDemo(); a.init(args); a.doer(); } private void init(String[] args) throws Exception { if (args.length < 5) { playerUtil.put("usage: java this