how to change font in java jlabel

‮//:sptth‬www.lautturi.com
how to change font in java jlabel
label = new JLabel("A label");
label.setFont(new Font("Serif", Font.PLAIN, 14));
Created Time:2017-09-09 22:39:29  Author:lautturi