public static DrawContainer getInstance() { if (instance == null) { instance = new DrawContainer(); } return(instance); }
public static DrawContainer getInstance() { if (instance == null) { instance = new DrawContainer(); } return instance; }