JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.UIManager.LookAndFeelInfo
的使用

使用 UIManager.LookAndFeelInfo 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

javax.swingUIManager.LookAndFeelInfo 的使用
 

返回 UIManager.LookAndFeelInfojavax.swing 中的方法
static UIManager.LookAndFeelInfo[] UIManager.getInstalledLookAndFeels()
          返回表示當前可用的 LookAndFeel 實作的 LookAndFeelInfo 陣列。
 

參數型別為 UIManager.LookAndFeelInfojavax.swing 中的方法
static void UIManager.installLookAndFeel(UIManager.LookAndFeelInfo info)
          將指定的外觀添加到可用外觀的集合中。
static void UIManager.setInstalledLookAndFeels(UIManager.LookAndFeelInfo[] infos)
          設置可用外觀的集合。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only