class Zong{ boolean rocking; String name; int bar = 0, frame = 0, cframe = 0; Zong(){ } void draw(){ } void rock(){ } void checksong(){ } }