// 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're auxiliary
JButton button = (JButton)c; button.addFocusListener(listener);
JButton button = (JButton)c; button.removeFocusListener(listener);