LexarG56

Generation

generate functionThu, 20 Jul 2023

JComboBox con 5 model en un ActionPerformed para un boton registrar

import javax.swing.JComboBox; String[] colores = { "Rojo", "Verde", "Azul" }; JComboBox<String> color = new JComboBox<String>(colores);

Questions about programming?Chat with your personal AI assistant