Font f=new Font("myFrame!!!",Font.BOLD,12);
myWindow.setFont(f);
我用这个去改变一个叫myFrame!!!窗口的字体,但是没有起作用