public static SoundView get() { if (obj == null) { obj = new SoundView(); } return(obj); }
public static SoundView get() { if (obj == null) obj = new SoundView(); return obj; }