Import Java.Swing,JFrame;
    public class obe{
       public static void main(String [ ] args){
JFrame f1=new JFrame ("窗口标语");
f1.setsive(400,300);
f1.setvisible(true);
     }
}
有人有Eclipse 软件 JDK 吗,帮我运行一下这个程序 谢谢 可以发截图