导航菜单

jframe是什么意思_翻译中文_怎么读

jframe

网络释义:窗口;窗口框架;基本容器

网络释义

1.窗口 ErrorInsight 调试 第十章: JFrame 窗口框架 JPanel 面板 ...

3.基本容器 ... 16.4.1  范例——取得全部的 Annotation 620 18.3  基本容器JFrame 696 18.4  标签组件: JLabel …

4.顶层容器 12.2.1 JFrame 简介和方法 262 12.2.2 JFrame 应用 262 12.3.1 Icon 接口简介和方法 263 ...

7.简介和方法 12.1.1 JFC 结构 261 12.2.1 JFrame 简介和方法 262 12.2.2 JFrame 应用 262 ...

8.对应的 <name> 是属性的名字: JFrame 对应的 JFrame 的 ...

例句释义:,窗口,窗口框架,基本容器

1.As you may know, you don't add things directly to a JFrame, but instead to its content panel.您可能知道,并不直接向JFrame添加组件,而是将组件添加到它的内容面板。

2.This statement causes the properties and methods of the newly instantiated JFrame object to be shared with your MainFrame object.该语句将导致与MainFrame对象共享新实例化的JFrame对象的属性和方法。

3.It is the JFrame object with which you share properties and methods -- I do not inherit or subclass the JFrame class.您将与JFrame对象共享属性与方法——我并没有继承JFrame类。

4.Now we are ready to create the JFrame that will become our apppcation frame.现在已准备好创建即将成为应用程序框架的JFrame了。

5.The interesting part of the example isn't the JFrame itself but how it handles the interaction with the system tray.这个示例中有趣的部分不是JFrame本向,而是它如何处理与系统托盘的交互。

6.Of course, any MainFrame objects I create would also share the properties and methods of the JFrame instance.当然,我创建的任何MainFrame对象都会与这个JFrame实例共享属性和方法。

7.The constructor sets the visibipty of the JFrame to true, which is not permitted by Swing when running in the apppcation's main thread.构造器将JFrame的可视度设置为true,当Swing运行在应用程序的主线程上是,这是不被允许的。

8.Drag and drop it to a location outside the JFrame component in the visual editor.然后把它拖放到可视化编辑器中JFrame组件之外的位置。

9.The default IFrame behaves the same as a JFrame does so that a JFrame and default IFrame can be interchangeable.IFrame的默认行为与JFrame一样,所以JFrame和默认IFrame可以互换。

10.Finally, I create the buttonPanel and the buttons and add everything to the content pane of the JFrame.最后,我创建了buttonPanel和按钮,并添加了一些JFrame的内容面板。