登录
首页 » Java » popwindow

popwindow

于 2020-06-18 发布
0 92
下载积分: 1 下载次数: 1

代码说明:

说明:  A custom pop-up dialog box example source code, when pop-up has a translucent effect, provides pop-up window, pop-up multiple selection (dialog), pop-up multiple selection (dialog) and other forms of implementation, click listening in the example is written in the case if there is a need for this can be applied to self- In your own project

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

发表评论

0 个回复

  • FSBB
    这是一个模糊控制的BangBang模型,请大家参考(This is a fuzzy control Bang Bang model, please refer to)
    2017-12-09 17:21:56下载
    积分:1
  • VPSC
    说明:  经典VPSC模拟程序,fortran,模拟形变织构演化(VPSC simulatiton code for texture evolution)
    2020-12-29 11:09:02下载
    积分:1
  • PSFGenerator-master
    说明:  PSF点扩展函数生成器 用于去卷积图像处理(Point extension function generator)
    2021-03-15 10:51:35下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 一个MP3程序的源代码,有动态显示屏,带控件 希望大家喜欢!
    一个MP3程序的源代码,有动态显示屏,带控件 希望大家喜欢!-a program"s source code, a dynamic screen, with controls hope you like them!
    2022-03-09 13:14:23下载
    积分:1
  • Quiz02_coe_102_540_sol
    Computer Networks quiz 2
    2011-11-26 19:29:57下载
    积分:1
  • GSO
    说明:  群优化算法中人工萤火虫群优化算法在函数优化中代码(Group optimization algorithm in the artificial firefly swarm optimization algorithm in the function optimization code)
    2020-12-20 16:34:37下载
    积分:1
  • 电子设计与CAD 电子设计与CAD
    电子设计与CAD 电子设计与CAD-Electronic Design and CAD
    2022-02-09 15:25:59下载
    积分:1
  • Program
    halcon联合labview调用相机实时采集输出图像,labview与halcon17都是32位操作系统(Halcon United LabVIEW calls the camera to collect and output images in real time. Both LabVIEW and Halcon 17 are 32-bit operating systems.)
    2020-06-25 20:40:02下载
    积分:1
  • project4.5.1
    说明:  intesim建模脚本,详细介绍共享拓扑网格划分流程。(intesim software modeling script)
    2020-06-20 06:00:01下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载