Autor
|
Tema: COGER TEXTO DE UN COMBOBOX (Leído 2,841 veces)
|
YanOner
Desconectado
Mensajes: 11
|
ArrayList array = new ArrayList(); //Asi puedes crear el array
array.add(valor); // asi agregar el valor, "valor"debe ser de tipo Object
Integer numero = Integer.parseInt(array.get(index)); //index es la posicion
NECESITO UN METODO DE COMO COGER EL TEXTO DE UN COMBOBOX???
String texto = "COGER TEXTO DE UN INDEX";
|
|
|
En línea
|
|
|
|
YanOner
Desconectado
Mensajes: 11
|
ya lo solucione: jComboBox.getSelectedItem().toString();
|
|
|
En línea
|
|
|
|
|
Mensajes similares |
|
Asunto |
Iniciado por |
Respuestas |
Vistas |
Último mensaje |
|
|
Editor.De.Texto: Tamaños en Combobox, y errores en Commondialogs
Programación Visual Basic
|
ubetor^^
|
3
|
1,899
|
1 Octubre 2006, 16:27 pm
por ubetor^^
|
|
|
Coger el texto de un string para obtener el nombre de una variable
Programación Visual Basic
|
merlin
|
9
|
4,354
|
20 Abril 2007, 11:11 am
por merlin
|
|
|
[URGENTE] Como coger el texto entre dos carácteres específicos
PHP
|
CICOLO_111234
|
7
|
4,759
|
13 Agosto 2009, 19:06 pm
por дٳŦ٭
|
|
|
Cambiar color del texto de un combobox
.NET (C#, VB.NET, ASP)
|
BlaineMonkey
|
1
|
11,643
|
25 Febrero 2010, 12:36 pm
por BlaineMonkey
|
|
|
VB6: ComboBox con "Separador" de texto
« 1 2 3 »
Programación Visual Basic
|
ProgramadorVB
|
21
|
9,969
|
27 Agosto 2010, 20:40 pm
por ProgramadorVB
|
|