// Return the single instance. If this is the first time, we create the // instance in this method too. if (instance == null) { instance = new StdOutButtonUI(); } return instance;
return null; // Not called since weâ