Board logo

標題: 常用swing元件 - JButton (一) [打印本頁]

作者: 李泳霖    時間: 2021-7-30 09:28     標題: 常用swing元件 - JButton (一)

JButton 類別的建構子
1. JButton():建立按鈕物件,按鈕上沒有顯示文字,也沒有圖片。
2. JButton(String text):建立的按鈕物件,並顯示text文字字串。
3. JButton(ImageIcon icon):建立的按鈕物件,並顯示圖片物件。
4. JButton(String text, ImageIcon icon):建立的按鈕物件,顯示text文字字串,也顯示圖片物件。

JButton 類別下的常用方法
1. void setText(String text)
  設定元件內的顯示文字。
2. void setBounds(int x, int y, int w, int h)
  設定元件的左上角座標位置與大小,其座標位置參考原點在視窗
內部的左上角,單位:像素(pixed)。
3. void setLocation(int x, int y)
  設定元件的左上角(x, y)座標。
4. void setSize(int w, int h)
  設定元件的大小(寬度, 高度) 。
5. void setVisible(boolean b)
  設定元件是否顯示。當參數b為true時,表示視窗可顯示;
若參數b為false時,表示視窗隱藏。
6. void setEnabled(Boolean b)
  設定元件是否有作用可使用。
7. void setIcon(ImageIcon icon)
  設定元件內的顯示圖形物件。


作者: 李泳霖    時間: 2021-7-30 09:28

此帖僅作者可見
作者: 謝以恩    時間: 2021-7-30 19:25

此帖僅作者可見
作者: 洪承廷    時間: 2021-7-30 19:25

此帖僅作者可見
作者: 林祐霆    時間: 2021-7-30 19:27

此帖僅作者可見
作者: 尤爾呈    時間: 2021-7-30 19:34

此帖僅作者可見
作者: 蘇韋誠    時間: 2021-7-30 20:48

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2