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