返回列表 發帖

常用的視窗元件

圖形介面的元件有很多種,如標籤 (label) 、按鈕 (button) 、選單 (menu) 、文字方塊 (textfield) 等等
以下列出常用的視窗元件:
元件名稱/類別名稱
視窗            JFrame
面板            JPanel
標籤            JLabel
按鈕            JButton
核取方塊      JCheckBox
選取方塊      JRadioButton
下拉式列表   JComboBox
列表            JList
捲動軸         JScrollBar
滑動軸         JSlider
文字方塊          JTextField
密碼文字方塊        JPasswordField
文字區域                JTextArea
彈出式選單                JPopupMenu
下拉式選單列        JMenuBar
下拉式選單           JMenu
下拉式選單項目        JMenuItem
下拉式選單核取方塊        JCheckBoxMenuItem
下拉式選單選取按鈕        JRadioButtonMenuItem
工具列           JToolBar
檔案選擇        JFileChooser
色彩選擇        JColorChooser
多重視窗        JDesktopPane JInternalFrame
對話視窗        JDialog
May

返回列表