LexarG56

Generation

generate functionThu, 20 Jul 2023

JComboBox en un ActionPerformed de un boton registrar con 5 model

private void registrarActionPerformed(java.awt.event.ActionEvent evt) { if (registrar.getText().equals("Registrar")) { modeloRegistro= new DefaultComboBoxModel(modelo); jComboBox1.setModel(modeloRegistro); registrar.setText("Guardar"); } else { modeloRegistro= new DefaultComboBoxModel(modelo); jComboBox1.setModel(modeloRegistro); registrar.setText("Registrar"); } }

Questions about programming?Chat with your personal AI assistant