public class JXLabel extends JLabel { Font f = new Font("Segoe UI", Font.PLAIN, 6); public JXLabel() { super(); this.setFont(f); } public JXLabel(Icon icon) ...
確定! 回上一頁