网页
图片
视频
学术
词典
地图
更多
航班
笔记本
javax.swing
网络
图形用户接口包;加法计算器
网络释义
1.
图形用户接口包
l 抽象
图形用户接口包
(
javax.swing
)实现了不同平台的计算机的图形用户接口部件,包括窗口、菜单、滚动条、对话框等,使得 J…
hi.baidu.com
|
基于11个网页
2.
加法计算器
[Java]简易的
加法计算器
(
javax.swing
)(08日 10:42)[Java]Struts spring ibatis的集成(08日 10:42) [Java]Eclipse整合Tomcat - ZT(0…
www.24xuexi.com
|
基于4个网页
例句
释义:
全部
全部
,
图形用户接口包
图形用户接口包
,
加法计算器
加法计算器
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Notice
in
all
of
this
that the GeneralInfoPanel is
not
a
subclass
and
does
not
inherit
in
anyway
from
javax
.
swing
. JPanel.
注意
,
在
这些
代码
中
,
GeneralInfoPanel
不是
一个
子类
,
也
没有
从
javax.swing.JPanel
中
继承
任何
内容
。
www.ibm.com
2.
It
creates
them
dynamically
through
a
factory
class
called
javax
.
swing
.
plaf. metal. MetalIconFactory.
相反
,
它
是
通过
一个
名
为
avax.swing.plaf.metal.MetalIconFactory
的
工厂
类
来
动态地
创建
图标
的
。
www.ibm.com
3.
Generally
though
,
you
can
implement
your
table
model
as
a subclass of the
javax
.
swing
.
table
. AbstractTableModel
class
.
通常
,
您
可以
将
表格
模型
作为
javax.swing.table.AbstractTableModel
类
的
子
类
来
实现
。
www.ibm.com
4.
The
top
panel
holds
a
javax
.
swing
. JTabbedPane
containing
any
number
of
panels
for
entering
employee
data
.
上面
的
面板
中
有
一个
javax.swing.JTabbedPane
,
其中包括
用来
输入
雇员
数据
的
任意
数量
的
面板
。
www.ibm.com
5.
The
link
to
the
DTD
is
found
through
the
Javadoc
page
for the
javax
.
swing
.
plaf
.
synth
package
.
通过
javax.swing.plaf.synth
包
的
Javadoc
页
,
可以
找到
这个
DTD
的
链接
。
www.ibm.com
6.
The next
Swing
class
you
'll
use
is
ElementIterator
,
found
in
the
javax
.
swing
.
text
package
.
您
将
使用
的
下一个
Swing
类
是
ElementIterator
,
可以
在
javax.swing.text
包
中
找到
。
www.ibm.com
7.
For more
detail
,
see
the
API
documentation
(
see
Resources
)
of
the
javax
.
swing
.
plaf. MetalLookAndFeel
class
.
要
了解
更多
细节
,
参见
javax.swing.plaf.MetalLookAndFeel
类
的
API
文档
(
参见
参考资料
)
。
www.ibm.com
8.
First
,
we
get a
reference
to
the
javax
.
swing
package
using
the
Packages
object
of
JavaAccess
extension
.
首先
,
我们
用
JavaAccess
扩展名
中
的
Packages
对象
来
引用
javax.swing
程序
包
。
www.ibm.com
9.
Finally
,
I
add
the infoPanel
(
the
actual
javax
.
swing
.
JPanel
)
as
a
member
of
the GeneralInfoPanel
object
.
最后
,
我
添加
了
infoPanel
(
实际
的
javax.swing.JPanel
)
作为
GeneralInfoPanel
对象
的
一个
成员
。
www.ibm.com
10.
Every
table
gets
its
data
from
an
object
that
implements
the
javax
.
swing
.
table
. TableModel
interface
.
每
一
个
表格
都
从
实现
javax.swing.table.TableModel
接口
的
对象
中
获取
数据
。
www.ibm.com
1
2