// See also e551 精简的Applet applet.showStatus("Your Message Here"); Related Examples ...
分类:
其他好文 时间:
2018-09-02 23:56:47
阅读次数:
207
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
See also e551 精简的Applet. ...
分类:
移动开发 时间:
2018-09-02 23:50:12
阅读次数:
240
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
// 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
// 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
// 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
// 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
运行“systemctlstartdocker.service”报错‘Jobfordocker.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"systemctlstatusdocker.service"and"journalctl-xe"fordetails.‘运行&
分类:
系统相关 时间:
2018-08-27 22:30:51
阅读次数:
831
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...