QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 910|回复: 0

[JAVA][求助]JFrame 的Title 设置无效

[复制链接]
发表于 2005-3-2 19:23:24 | 显示全部楼层 |阅读模式
代码
public class KaoShi_S2 {
        public static void main(String args[])
        {               
                int N=5;                    //Integer.parseInt(args[0]);
                long M=5000;           //(long)Integer.parseInt(args[1]);
               
                JFrame mainFrame=new JFrame();
                mainFrame.setSize(500,100);
                String frameTitle=new String("Ellipse");
                mainFrame.setTitle(frameTitle);
                mainFrame.setVisible(true);
        }
}


窗口的标题是空的

任务栏显示"未命名窗口"
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 14:04 , Processed in 0.070400 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表