Class NewLocoSelPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NewLocoSelPane extends JmriPanel
Provide GUI controls to select a decoder for a new loco and/or copy an existing config.

The user can select either a loco to copy, or a new decoder type or both.

When the "open programmer" button is pushed, i.e. the user is ready to continue, the startProgrammer method is invoked. This should be overridden (e.g. in a local anonymous class) to create the programmer frame you're interested in.

See Also: