ovvero, ho scritto così:
ma non mi ridimensiona la labelcodice:private static void createAndShowGUI(String d) { JFrame.setDefaultLookAndFeelDecorated(true); JFrame frame = new JFrame("Agenda"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(800, 600); JLabel label = new JLabel(d); label.setSize(80,20) frame.getContentPane().add(label); frame.setVisible(true); }

Rispondi quotando