// End of variables declaration//GEN-END:variables
private void initValues(String type) {
if("OT".equalsIgnoreCase(type))
jComboBox_Type.addItem(new ComboObject("Open Transaction"));
else{
jComboBox_Type.addItem(new ComboObject("Bitcoin"));
jComboBox_Type.addItem(new ComboObject("Loom"));
jComboBox_Type.addItem(new ComboObject("Ripple"));
jComboBox_Type.addItem(new ComboObject("PKTP"));
jComboBox_Type.addItem(new ComboObject("Truledger"));
}
}