Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/09/2006, 12:55
Avatar de mveraa
mveraa
 
Fecha de Ingreso: diciembre-2002
Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 22 años
Puntos: 2
no entiendo el porque de este error.

hola no entiendo esta falla alguien me puede orientar

codigo:
//import java.awt.*;
//import java.awt.event.*;
import javax.swing.*;

public class tres extends JFrame
{

JTextField a,b;

public tres()
{
setTitle("jframe");
setBounds(50,50,250,150);


a=new JTextField();
b=new JTextField();

getContentPane().add("North",a);
getContentPane().add("South",b);
a.setText("campo norte");

}


falla:
1. WARNING in tres.java
(at line 5)
public class tres extends JFrame
^^^^
The serializable class tres does not declare a static final serialVersionUID field of type long


un saludo.
__________________
"Cuando se adelanta un oponente, enfréntalo y salúdalo; si intenta retroceder, déjalo seguir su camino"