Re: 請問有關於swing

看板java作者時間20年前 (2004/08/21 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
※ 引述《wayneliao.bbs@bbs.ntu.edu.tw (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 修改這篇文章
文章代碼(AID): #119b7000 (java)
文章代碼(AID): #119b7000 (java)