It is constructed from the image named pauseButton_image in the $EJMF_HOME/classes/lib/ejmf.properties file.
10111213141516
public class EjmfPauseControl extends StandardPauseControl { /** * Create EjmfPauseButton */ protected Component createControlComponent() { return new EjmfPauseButton(); }