forked from KNEMC/KLALB
增加启动xtcp frpc功能
This commit is contained in:
@@ -32,11 +32,11 @@ public class TPanel extends JPanel{
|
||||
setLayout(new BorderLayout(0, 0));
|
||||
|
||||
tname = new JLabel(name);
|
||||
tname.setFont(new Font("ËÎÌå", Font.BOLD, 20));
|
||||
tname.setFont(new Font("宋体", Font.BOLD, 20));
|
||||
add(tname, BorderLayout.WEST);
|
||||
|
||||
targ = new JLabel();
|
||||
targ.setFont(new Font("ËÎÌå", Font.PLAIN, 13));
|
||||
targ.setFont(new Font("宋体", Font.PLAIN, 13));
|
||||
targ.setHorizontalAlignment(SwingConstants.TRAILING);
|
||||
targ.setForeground(Color.YELLOW);
|
||||
add(targ, BorderLayout.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user