Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区 » 编程/算法/API  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 怎样设置背景色?JFrame
阿什





发贴: 9
积分: 0
于 2004-11-16 20:15 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
请问各位怎样设置框架的背景色?
谢谢!


littledeer1974 edited on 2004-11-17 09:13


大家介绍一下提高英语表达能力的办法
作者 Re:怎样设置背景色? [Re:阿什]
littledeer1974

Garbage Collector

CJSDN高级会员


发贴: 1517
积分: 122
于 2004-11-16 20:18 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
你的框架是指JFrame吗?


Surround yourself with people who are open to change


关于女孩子从事软件开发的问题
作者 Re:怎样设置背景色? [Re:阿什]
阿什





发贴: 9
积分: 0
于 2004-11-16 20:24 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
是的
请指点




各位大俠,幫幫忙看看
作者 Re:怎样设置背景色? [Re:阿什]
阿什





发贴: 9
积分: 0
于 2004-11-16 20:27 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
为什么我用
f.setBackground(Color.GREEN);
不正确呢?




讨论 面向对象 与 JAVA
作者 Re:怎样设置背景色?JFrame [Re:阿什]
qingbo777

轻薄



发贴: 106
积分: 0
于 2004-11-17 20:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
举个例子.

import java.awt.*;
public class Example
{
  public static void main(String[] args)
  {
    Frame f=new Frame("Test");
    f.setBackground(Color.GREEN);
    f.setSize(300,300);
    f.show();
  }
}




总想让自己变的帅一点,
却发现离这个目标越来越远.

25了才开始学JAVA晚吗?
作者 Re:怎样设置背景色?JFrame [Re:qingbo777]
littledeer1974

Garbage Collector

CJSDN高级会员


发贴: 1517
积分: 122
于 2004-11-17 20:53 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
jdk 1.5 版(Linux 下,通过测试)Shy
(轻薄的窗口不能关闭Big Smile)
楼主问的是JFrame是吧,下边的可以(窗口还可以关闭噢)

import javax.swing.JFrame;
import java.awt.Color;
public class colorframe
{
public static void main(String[] args)
{
JFrame f=new JFrame("Test");
//f.setBackground(Color.GREEN);用不了
f.getContentPane().setBackground(Color.GREEN);
f.setSize(300,300);
f.setVisible(true);
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}


littledeer1974 edited on 2004-11-17 21:30

Surround yourself with people who are open to change


CJSDNer6月14日北京聚会花絮
作者 Re:怎样设置背景色?JFrame [Re:阿什]
qingbo777

轻薄



发贴: 106
积分: 0
于 2004-11-18 12:12 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
呵呵.对哦.
没注意到是要JFrame.
不好意思.



总想让自己变的帅一点,
却发现离这个目标越来越远.

J2EE面试题集锦(附答案)...

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923