コード例 #1
0
ファイル: CombinedLocoSelPane.java プロジェクト: KenC57/JMRI
 /** Decoder identify has matched one or more specific types */
 void updateForDecoderTypeID(List<DecoderFile> pList) {
   decoderBox.setModel(DecoderIndexFile.jComboBoxModelFromList(pList));
   decoderBox.insertItemAt("<from locomotive settings>", 0);
   decoderBox.setSelectedIndex(1);
 }