JavaTM Platform
Standard Ed. 6

类 javax.swing.JInternalFrame.JDesktopIcon
的使用

使用 JInternalFrame.JDesktopIcon 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
javax.swing.plaf.basic 提供了根据基本外观构建的用户界面对象。 
 

javax.swing 中 JInternalFrame.JDesktopIcon 的使用
 

声明为 JInternalFrame.JDesktopIcon 的 javax.swing 中的字段
protected  JInternalFrame.JDesktopIcon JInternalFrame.desktopIcon
          此内部窗体图标化时所显示的图标。
 

返回 JInternalFrame.JDesktopIcon 的 javax.swing 中的方法
 JInternalFrame.JDesktopIcon JInternalFrame.getDesktopIcon()
          返回图标化此 JInternalFrame 时使用的 JDesktopIcon。
 

参数类型为 JInternalFrame.JDesktopIcon 的 javax.swing 中的方法
 void JInternalFrame.setDesktopIcon(JInternalFrame.JDesktopIcon d)
          设置与此 JInternalFrame 关联的 JDesktopIcon。
 

javax.swing.plaf.basic 中 JInternalFrame.JDesktopIcon 的使用
 

声明为 JInternalFrame.JDesktopIcon 的 javax.swing.plaf.basic 中的字段
protected  JInternalFrame.JDesktopIcon BasicDesktopIconUI.desktopIcon
           
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。