09/09/2004, 09:02
|
| | | Fecha de Ingreso: abril-2004
Mensajes: 260
Antigüedad: 20 años, 8 meses Puntos: 0 | |
porque al container necesitas agregarle un panel y a ese darle los atributos
public class Modificar extends JInternalFrame{
JPanel jPanel1 = new JPanel();
this.getContentPane().add(jPanel1, BorderLayout.CENTER); |