Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2009, 21:48
Avatar de FiruzzZ
FiruzzZ
 
Fecha de Ingreso: diciembre-2007
Ubicación: en casa
Mensajes: 470
Antigüedad: 17 años
Puntos: 41
Respuesta: Ventanita acercade

Hacé otra "ventanita" (New -> JDialog)
Declará un objeto de ese nuevo JDialog en tu JFrame..
En el menuItem "AcerdaDe" click derecho Events -> Action -> ActionPerformed

private void jMenu2ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
ventanita= new JDialogAcercaDe(this, true);
title, contenido, colorcitos.. etc......
}

Última edición por FiruzzZ; 29/05/2009 a las 21:50 Razón: tengo sueño..zzzZ