码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
e554. 在浏览器状态栏中显示信息
// See also e551 精简的Applet applet.showStatus("Your Message Here"); Related Examples ...
分类:其他好文   时间:2018-09-02 23:56:47    阅读次数:207
e655. 混合风格的文本
This example applies a new font and background color to a part of the text. You can apply styles to as many parts of the text as you need. See TextAtt ...
分类:其他好文   时间:2018-09-02 23:52:13    阅读次数:161
e557. 在Applet中显示图片
See also e551 精简的Applet. ...
分类:移动开发   时间:2018-09-02 23:50:12    阅读次数:240
e669. 绘制缓冲图像
To draw on a buffered image, create a graphics context on the buffered image. If the buffered image supports transparency, (see e661 确定图像中是否有透明像素), pi ...
分类:其他好文   时间:2018-09-02 23:49:47    阅读次数:272
e675. 翻转缓冲图像
// To create a buffered image, see e666 创建缓冲图像 // Flip the image vertically AffineTransform tx = AffineTransform.getScaleInstance(1, -1); tx.translate... ...
分类:其他好文   时间:2018-09-02 23:47:59    阅读次数:214
e577. Enabling Antialiasing
// See e575 The Quintessential Drawing Program public void paint(Graphics g) { // Retrieve the graphics context; this object is used to paint shapes G... ...
分类:其他好文   时间:2018-09-02 23:42:05    阅读次数:237
e553. 作为浏览器访问URL
// See also e551 精简的Applet try { URL url = new URL(getDocumentBase(), "http://hostname.com/page.html"); applet.getAppletContext().showDocument(url); }... ...
分类:Web程序   时间:2018-09-02 21:46:27    阅读次数:177
e555. 在Applet中播放音频
// See also e551 精简的Applet public void init() { // Load audio clip AudioClip ac = getAudioClip(getDocumentBase(), "http://hostname.com/audio.au"); // ... ...
分类:移动开发   时间:2018-09-02 21:42:58    阅读次数:208
docker命令无法使用,关闭selinux 即可
运行“systemctlstartdocker.service”报错‘Jobfordocker.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"systemctlstatusdocker.service"and"journalctl-xe"fordetails.‘运行&
分类:系统相关   时间:2018-08-27 22:30:51    阅读次数:831
window函数 resetAccumulator
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:Windows程序   时间:2018-08-27 22:30:43    阅读次数:335
2224条   上一页 1 ... 38 39 40 41 42 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!