Ver originalpublic void paintComponent(Graphics g){ Dimension tamanio = getSize(); ImageIcon imagenFondo = new ImageIcon(getClass().getResource("/img/ELoKAIRARwWC.jpg")); g.drawImage(imagenFondo.getImage(), 0, 0, tamanio.width = 40, tamanio.height = 40, null); setOpaque(false); super.paintComponent(g); }