登录
首页 » Static control » 详细的java示例代码,超级有用,格式正确已经调试了的

详细的java示例代码,超级有用,格式正确已经调试了的

于 2022-06-03 发布 文件大小:1.92 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

详细的java示例代码,超级有用,格式正确已经调试了的-detailed sample code, the super useful debugging format has the right of the

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 透明的static组件,基于MFC源代码
    透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
    2022-08-21 11:53:01下载
    积分:1
  • 是一个能够在窗体上实现超级链接的程序,或者发送email;
    是一个能够在窗体上实现超级链接的程序,或者发送email;-is one in the form of hyperlinks to achieve the procedure, or send email;
    2022-02-01 00:02:19下载
    积分:1
  • * 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网...
    * 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网格给出文字标题,能够设定标题文字的背景色与颜色。3、能够支持鼠标的绘图操作1)鼠标左键在网格区按下,进入填充方格状态;2)填充状态下,鼠标在网格区移动,则填充所在位置的方格, 一旦移出网格,则取消填充状态;3)鼠标左键抬起,则取消填充状态。-* Name : Mapping Grid category (Extension static text box)* function : a painting composed of a grid mesh, to set the grid location, ranks number-wide grid, the grid background color, mesh border colors, a box filled with the color; 2, grid is the title characters, the title characters can set the background color and color. 3, the mouse can support a graphics operation) in the left mouse button pressed grid area into a state filled box; 2) filling state, the mouse in a grid of Mobile, the location of the filled box, once out of mesh, canceled filled state; 3) holding the left mouse button , canceled filled state.
    2022-01-31 08:02:40下载
    积分:1
  • C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好
    C#中的一个很漂亮的PanelBar控件,大家来用啊,希望很好-C# a very beautiful PanelBar controls, we used to ah, well
    2022-02-14 07:09:39下载
    积分:1
  • static控件的类
    static控件的类-category
    2022-03-21 07:46:11下载
    积分:1
  • 静态文本显示与椭圆的长文件名
    Static text to display long filenames with ellipses
    2022-02-13 22:51:45下载
    积分:1
  • linux2.4 support within the packet. C can be used to support a dynamic library
    linux2.4支持内包。 可以用来支持C下的动态库-linux2.4 support within the packet. C can be used to support a dynamic library
    2022-12-02 15:40:03下载
    积分:1
  • 互联网技术教案
    互联网技术教案-Internet technology curriculum
    2022-07-14 00:25:23下载
    积分:1
  • windows 平台,数字时钟源代码,vc++6.0
    windows 平台,数字时钟源代码,vc++6.0-windows platform, digital clock source code, vc++ 6.0
    2023-04-19 11:35:04下载
    积分:1
  • public class Server extends Thread { Client client int counter public Server(Cli...
    public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
    2022-02-21 05:44:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载