java满汉楼---字体操作

package com.mhl.mytools;


import java.awt.Font;


public class MyFont {
public static Font f0=new Font("宋体",Font.PLAIN,18);
public static Font f1=new Font("宋体",Font.PLAIN,16);
public static Font f2=new Font("宋体",Font.PLAIN,14);
public static Font f3=new Font("宋体",Font.PLAIN,15);
public static Font f4=new Font("宋体",Font.PLAIN,13);
}

你可能感兴趣的:(java学习笔记)