001package jmri.jmrix.jmriclient.swing.mon;
002
003/**
004 * Swing action to create and register a JMRIClientMonFrame object
005 *
006 * @author Bob Jacobsen Copyright (C) 2008
007 * @author Paul Bender Copyright (C) 2018
008 */
009public class JMRIClientMonAction extends JMRIClientMonPane.Default {
010}