软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
Modifier and Type | Class and Description |
---|---|
class |
JApplet
一个扩展版本,增加了对
java.applet.Applet JFC/Swing组件体系结构支持。
|
class |
JDialog
创建对话框窗口的主要类。
|
class |
JFrame
一个扩展版本,增加了对
java.awt.Frame JFC/Swing组件体系结构支持。
|
class |
JInternalFrame
一个轻量级的对象,提供了许多土生土长的框架,特点包括拖动,关闭,成为一个图标,大小,标题显示,并支持菜单栏。
|
class |
JWindow
一个
JWindow 是一个容器,可以显示用户的桌面上的任何地方。
|
Modifier and Type | Method and Description |
---|---|
protected RootPaneContainer |
BasicToolBarUI.createFloatingWindow(JToolBar toolbar)
创建一个包含工具栏的窗口后,它已被从它的容器中拖出来
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.