jframe

jframe
常用释义
jframe

扩展信息

窗口
我想问的是窗口(JFrame) 一旦显示出来是不是也做为一个单独的线程运行.还有窗口(JFrame)中的事件是不是也是也有一个线程 …
窗口框架
编程英语词汇 - 豆丁网 ... ErrorInsight 调试 第十章: JFrame 窗口框架 JPanel 面板 ...
基本容器
《Java开发实战经典》 ... ... 16.4.1 范例——取得全部的 Annotation 620 18.3 基本容器JFrame 696 18.4 标签组件: JLabel …
顶层容器
如何得到触发事件的组件(JButton)的容器(JPanel)的顶层容器(JFrame)? cocodehouse 访问:69840次 积分:1222分 排名: …
窗体对象
窗体对象JFrame)上画(也许有IDE可以手画的),VC中呢,也可以画,但是注意的细节明显比VB要多。其实手画的过程…
应用
Java完全自学宝典_百度百科 ... 12.2.1 JFrame 简介和方法 262 12.2.2 JFrame 应用 262 12.3.1 Icon 接口简介和方法 263 ...
简介和方法
Java完全自学宝典_百度百科 ... 12.1.1 JFC 结构 261 12.2.1 JFrame 简介和方法 262 12.2.2 JFrame 应用 262 ...
对应的
介绍 Jython,第 2 部分:编程要素 ... 是属性的名字: JFrame 对应的 JFrame 的 ...

例句

As you may know, you don't add things directly to a JFrame, but instead to its content panel.

您可能知道,并不直接向JFrame添加组件,而是将组件添加到它的内容面板。

该语句将导致与MainFrame对象共享新实例化的JFrame对象的属性和方法。

It is the JFrame object with which you share properties and methods -- I do not inherit or subclass the JFrame class.

您将与JFrame对象共享属性与方法——我并没有继承JFrame类。

现在已准备好创建即将成为应用程序框架的JFrame了。

这个示例中有趣的部分不是JFrame本向,而是它如何处理与系统托盘的交互。

当然,我创建的任何MainFrame对象都会与这个JFrame实例共享属性和方法。

构造器将JFrame的可视度设置为true,当Swing运行在应用程序的主线程上是,这是不被允许的。

然后把它拖放到可视化编辑器中JFrame组件之外的位置。

The default IFrame behaves the same as a JFrame does so that a JFrame and default IFrame can be interchangeable.

IFrame的默认行为与JFrame一样,所以JFrame和默认IFrame可以互换。

Finally, I create the buttonPanel and the buttons and add everything to the content pane of the JFrame.

最后,我创建了buttonPanel和按钮,并添加了一些JFrame的内容面板。

Typically, you would create a JPanel to contain your application's UI elements, then add this panel to a JFrame.

一般情况下,您将创建一个JPanel来包含应用程序的UI元素,然后将该面板添加到JFrame。

frame() . Display a GUI component in a Frame or JFrame.

在一个面板中显示一个GUI组件。

Select the JFrame control so that you can look at the Recognition properties for the dialog.

选择JFrame控件,以便您可以看到对话框的Recognition属性。

Select the text JFrame in the visual editor window. In the editable text box that appears, enter MyBooks.

在可视化编辑器窗口中选择文本JFrame,并在弹出的可编辑文本框中,输入MyBooks。

For every XUIComponent created in memory, a GUI peer, such as a javax. swing. JFrame, must be created.

对于在内存中创建的每个XUIComponent,必须创建一个GUI对等物,比如javax.

output方法仅报告指定的组件(通常是JFrame、JDialog或JPanel)。

但是这种设置有一个问题,就是它对于顶级组件(通常是JFrame或JDialog)而言是全局的。

Now you can add the treeTable to any Swing container, such as a JPanel or a JFrame's content pane.

现在,您可以将treeTable添加到任何Swing容器,比如JPanel或者JFrame的内容面板。

You should now have a javax. swing. JFrame object in your Object Map.

您现在的对象地图(ObjectMap)中应该有一个javax.swing.JFrame对象。

在希望向后兼容jframe时。