继承自JWindow就可以了
JFrame 类:
setUndecorated
public void setUndecorated(boolean undecorated)
禁用或启用此 frame 的装饰。只有在 frame 不可显示时才调用此方法。
参数:
undecorated - 如果没有启用 frame 装饰,则为 true;如果启用了 frame 装饰,则为 false。
抛出:
IllegalComponentStateException - 如果 frame 是可显示的。
从以下版本开始:
1.4
[此贴子已经被作者于2006-12-14 19:22:05编辑过]