PauseButton over-rides BasicControlButton's paintIcon method to draw two vertical bars as button icon.
@see ejmf.toolkit.gui.controls.BasicControlButton
32333435363738
* Create PauseButton. * @return The component that acts as pause button. * @see ejmf.toolkit.gui.controls.PauseButton */ protected Component createControlComponent() { return new PauseButton(); }