es.davy.ai

Preguntas y respuestas de programación confiables

¿Tienes una pregunta?

Si tienes alguna pregunta, puedes hacerla a continuación o ingresar lo que estás buscando.

Tag: AXIS-LABELS

Java GUI pintar imagen en etiquetas

Quiero agregar una imagen que estará en el panel y también en las etiquetas, pero no sé cómo hacerlo. mi código: JFrame frame = new JFrame(); JPanel panel = new JPanel(); JPanel mainPanel = new JPanel(); panel.setLayout(new GridLayout(5, 5)); for (int i = 0; i < 5; i++) for (int . . . Read more