java中JInternalFrame位置设置
JInternalFrame怎么设计在JTesktopPane中设置位置??
思考良久,同进查过一些资料,很少对JTesktopPane 及JInternalFrame介绍,万般无奈之下,到这里发表贴子,请大家帮帮我,非常感谢!!!!
public void setBounds(int x,
int y,
int width,
int height)
x 和 y 指定左上角的新位置,由 width 和 height 指定新的大小。