001package jmri.jmrit.symbolicprog; 002 003/** 004 * Base class for GUI to select a locomotive (or create a new one in some cases) 005 * <p> 006 * Prior to this file's revision 1.2, this contained the information about the 007 * default Programmer file. This has been moved to the {@link ProgDefault} class 008 * in revision 1.3 (JMRI 1.5.3) and later. 009 * 010 * @author Bob Jacobsen Copyright (C) 2001, 2002 011 */ 012public class LocoSelPane extends jmri.util.swing.JmriPanel { 013 014 public LocoSelPane() { 015 } 016 017}