Comment changer de police

label = new JLabel("A label");
label.setFont(new Font("Serif", Font.PLAIN, 14));
Victorious Vole