So glad you liked my tweaked version!
Secret is to identify any redundant patterns,
and make them become arrays & loops and so on!
Well, just for another Java fun,
the last loop within function stop() could also be written this way:
Cya another time!
Secret is to identify any redundant patterns,
and make them become arrays & loops and so on!
Well, just for another Java fun,
the last loop within function stop() could also be written this way:
void stop() { for ( AudioPlayer ap: songs ) ap.close(); minim.stop(); super.stop(); }
Cya another time!