Esempio n. 1
0
 /** 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);
 }