Class JFrameInterface

java.lang.Object
jmri.util.swing.JFrameInterface
All Implemented Interfaces:
WindowInterface

public class JFrameInterface extends Object implements WindowInterface
A simple WindowInterface for a JFrame. This really does nothing but wrap the WindowInterface interface around a JFrame, so that menu items that expect the WindowInterface can rely on its presence.