51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#段创建
e802. 创建一个位置大小的JProgressBar组件
Aprogressbarwithanunknownmaximumtypicallydisplaysananimationuntilthetaskiscomplete.Note:Thepercentagedisplayshouldnotbeenabledwhenthemaximumisnotknown(e804显示JPr...
代码星球
·
2021-02-12
e802.
创建
一个
位置
小的
e801. 创建一个JProgressBar组件
Aprogressbarisusedtovisuallyindicatehowmuchataskhasbeenprogressed.Aprogressbarcanbeorientedhorizontally(left-to-right)orvertically(bottom-to-top).Bydefault,theo...
代码星球
·
2021-02-12
e801.
创建
一个
JProgressBar
组件
e806. 创建进程监听对话框
Acommonfeatureofauserinterfaceistoshowaprogressdialogthatvisuallydisplaystheprogressofalong-runningtask.Thedialogautomaticallydisappearswhenthetaskisdone.ThePro...
代码星球
·
2021-02-12
e806.
创建
进程
监听
对话框
e810. 创建弹出菜单
finalJPopupMenumenu=newJPopupMenu();//CreateandaddamenuitemJMenuItemitem=newJMenuItem("ItemLabel");item.addActionListener(actionListener);menu.add(item);//Setth...
代码星球
·
2021-02-12
e810.
创建
弹出
菜单
e811. 创建具有嵌套菜单的弹出式菜单
Seee810创建弹出菜单foranexampleonhowtodisplayapopupmenu.finalJPopupMenupopupMenu=newJPopupMenu();//CreateasubmenuwithitemsJMenusubmenu=newJMenu("SubMenu1");submenu.ad...
代码星球
·
2021-02-12
菜单
e811.
创建
具有
嵌套
e814. 创建一个可监听选择状态的菜单项
AmenuitemcanreceivenotificationofselectionchangesbyoverridingitsmenuSelectionChanged()method.Seealsoe808建立菜单栏,菜单,菜单项.JMenuItemitem=newJMenuItem("Label"){//Thism...
代码星球
·
2021-02-12
e814.
创建
一个
监听
选择
e774. 创建JList组件
Bydefault,alistallowsmorethanoneitemtobeselected.Also,theselecteditemsneednotbecontiguous.Tochangethisdefault,seee781设置JList中的选择模式.Alistselectioneventisfiredwhe...
代码星球
·
2021-02-12
e774.
创建
JList
组件
e739. 创建一个标签组件
//Thetextisleft-justifiedandverticallycenteredJLabellabel=newJLabel("TextLabel");//Thetextishorizontallyandverticallycenteredlabel=newJLabel("TextLabel",JLabel....
代码星球
·
2021-02-12
e739.
创建
一个
标签
组件
e559. 创建窗口
Aframeisacomponentcontainerthatdisplaysitscontentsinatop-levelwindowwithatitlebarandbuttonstoresize,iconify,maximize,andclosetheframe.UnlikemostSwingcontainers,...
代码星球
·
2021-02-12
e559.
创建
窗口
e674. 创建并绘制加速图像
Imagesinacceleratedmemoryaremuchfastertodrawonthescreen.Thisexampledemonstrateshowtotakeanimageandmakeanacceleratedcopyofitandthenuseittodrawonthescreen.Theprob...
代码星球
·
2021-02-11
e674.
创建
绘制
加速
图像
e668. 在一组像素中创建缓冲图像
ThisexampledemonstrateshowtoconvertabytearrayofpixelvaluesthatareindicestoacolortableintoaBufferedImage.Inparticular,theexamplegeneratestheMandelbrotsetinabyteb...
代码星球
·
2021-02-11
e668.
一组
像素
创建
缓冲
e660. 用一组像素创建图像
ThisexampledemonstrateshowtoconvertabytearrayofpixelvaluesthatareindicestoacolortableintoanImage.Inparticular,theexamplegeneratestheMandelbrotsetinabytebufferan...
代码星球
·
2021-02-11
e660.
一组
像素
创建
图像
e667. 在给定图像中创建缓冲图像
AnImageobjectcannotbeconvertedtoaBufferedImageobject.Theclosestequivalentistocreateabufferedimageandthendrawtheimageonthebufferedimage.Thisexampledefinesamethod...
代码星球
·
2021-02-11
图像
e667.
给定
创建
缓冲
e666. 创建缓冲图像
Abufferedimageisatypeofimagewhosepixelscanbemodified.Forexample,youcandrawonabufferedimageandthendrawtheresultingbufferedimageonthescreenorsaveittoafile.Abuffer...
代码星球
·
2021-02-11
e666.
创建
缓冲
图像
e656. 创建基本图形
Shapeline=newLine2D.Float(x1,y1,x2,y2);Shapearc=newArc2D.Float(x,y,w,h,start,extent,type);Shapeoval=newEllipse2D.Float(x,y,w,h);Shaperectangle=newRectangle2D.Fl...
代码星球
·
2021-02-11
e656.
创建
基本
图形
首页
上一页
...
12
13
14
15
16
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他