Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/01/2011, 13:43
albarete
 
Fecha de Ingreso: octubre-2010
Mensajes: 47
Antigüedad: 13 años, 7 meses
Puntos: 1
Problema de iniciado.

Me he iniciado en este lenguaje y no se porque esto no funciona:
Código C++:
Ver original
  1. public NewJFrame() {
  2.         initComponents();
  3.         this.setExtendedState(NewJFrame.MAXIMIZED_BOTH);                        //Tamaño completo
  4.          
  5.        
  6.         jLabel3.setText(NewJFrame.HEIGHT);
  7.     }