------ 文章開始 ------

public class CenterPage extends JPanel{

 public CenterPage(){
   setSize(500,700);
   String[] comboType = {"0","1","2","4"};
   JComboBox comboBox = new JComboBox( comboType);
   comboBox.setSelectedIndex(0);
   this.add( comboBox);
   setBackground( Color.WHITE);
   setVisible( true);
 }

}
------ 文章結尾 ------

[複製網址] [開新視窗] [檢舉短網址] [QR條碼]

服務條款 - 加入會員(免費) - 回報問題網址 - 聯絡偶們 -

© 2025 PPT.cc