02/09/2008, 13:47
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Cali-Colombia
Mensajes: 1.869
Antigüedad: 17 años, 2 meses Puntos: 75 | |
Respuesta: los jframes no salen
Código:
JFrame miFrame = new JFrame();
......
miFrame.addWindowListener( new WindowAdapter() {
public void windowClosing( WindowEvent evt ) {
System.exit( 0 );
}
} );
__________________ Cabuntu.org - Difundiendo Software Libre en Cali, Colombia
Usuario Linux # 483175 |