![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/06/2002, 11:19
|
![Avatar de java](http://static.forosdelweb.com/customavatars/avatar20743_1.gif) | | | Fecha de Ingreso: junio-2002
Mensajes: 95
Antigüedad: 22 años, 8 meses Puntos: 1 | |
Re: Java: fondo del applet puedes poner en el metodo init:
setLayout(null);
setBackground(new Color(20, 100, 128));
En el "new Color(int,int,int); " pones los tonos que quieras |