Hovercraft Full Of Eels

Resultados 1 preguntas formuladas por Hovercraft Full Of Eels

¿Cómo posicionar mejor las GUI de Swing?

2
respuestas
131
votos
27.1k
vistas

En otro hilo dije que me gustaba centrar mis GUI haciendo algo como esto: JFrame frame = new JFrame("Foo"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.getContentPane().add(new HexagonGrid()); frame.pack(); frame.setLocationRelativeTo(null); frame.setVisible(true); Pero Andrew Thompson tenía una