It is constructed from the image named stopButton_image in the $EJMF_HOME/classes/lib/ejmf.properties file.
The following images also are used:
10111213141516
public class EjmfStopControl extends StandardStopControl { /** * Create EjmfStopButton */ protected Component createControlComponent() { return new EjmfStopButton(); }