看板java
标 题Re: 请问有关於swing
发信站无名小站 (Sat Aug 21 01:41:35 2004)
转信站ptt!ctu-reader!ctu-peer!Spring!news.nctu!news.ntu!news.ee.ttu!netnews.
※ 引述《[email protected] (pp)》之铭言:
> 最近初学swing,常看到xxx.setBounds(?,?,?,?);
> 我大概可以猜到那是设定元件的参数
> 可是我想请问大家,要到那里才能找到上面那四个?所真正代表的意义(比方高度,宽度)
请查Component
public void setBounds(int x, int y, int width, int height)
Moves and resizes this component.
The new location of the top-left corner is specified by x and y,
and the new size is specified by width and height.
Parameters:
x - the new x-coordinate of this component
y - the new y-coordinate of this component
width - the new width of this component
height - the new height of this component
注意
外面的容器记得要用setLayout(null)
元件的setBounds才能发挥作用
x
--------------------------------------------
| | |
y| |
width |
|--------
----------------------- |
|
| | |
|
| | |
|
|height | |
|
| | |
|
| Component | |
|
| | |
| ----------------------- |
| |
--------------------------------------------
Container
懂了吗?
--
尽力把Java学好
一定要多看手册
J2SE http://java.sun.com/j2se/1.4.2/docs/api/
http://www.csie.nctu.edu.tw/document/java/jdk1.4/docs/api/index.html
J2EE http://java.sun.com/j2ee/1.4/docs/api/index.html
--
夫兵者不祥之器物或恶之故有道者不处君子居则贵左用兵则贵右兵者不祥之器非君子
之器不得已BBS telnet://wretch.twbbs.org 开个人板 超快 不用连署得志於天下
矣吉事尚左凶事尚右偏将军居左上将军居右言以丧礼处之杀人之众以哀悲泣之战胜以
丧礼处之道常无名朴虽小天下莫能臣侯王若能守之万物将自宾天地相合以降甘露民莫
之令而自均始制有名名亦既有夫亦将知止知止可以不 student.Dorm9.NCTU.edu.tw海
作者在
04/08/21 1:41:35 从
student.Dorm9.NCTU.edu.tw 修改这篇文章