微信小程序 > 微信公开课 > JAVA的画图小程序
微信小程序,微信公开课,JAVA的画图小程序

JAVA的画图小程序

2019-03-12 17:02:19

微信公开课小程序热门讨论「JAVA的画图小程序」最新回复-importjava.awt.*;importjava.awt.event.*;importjava.util.*;importjavax.swing.*;classMyLine{privateintx1,x2,y1,y2;publicMyLine(intx1,intx2,inty1,inty2){this.x1=x1;this.x2=x2;this.y1=y1;this.y2=y2;}publicvoiddrawMe(Graphicsg){g.drawLine(x1,y1,x2,y2);g.drawString(起始坐标:+newString(x1+,+y1),x1,y1);}}publicclassDrawLineextendsFrame{Vectorv=newVector();publicstaticvoidmain(String[]args){DrawLinedl=newDrawLine();dl.init();}publicvoidpaint(Graphicsg){g.setColor(Color.BLUE);Enumerationen=v.elements();while(en.hasMoreElements()){MyLinem=(MyLine)en.nextElement();m.drawMe(g);}}publicvoidinit(){setSize(300,300);setVisible(true);addMouseListener(newMouseAdapter(){intx1,x2,y1,y2;publicvoidmousePressed(MouseEvente){x1=e.getX();y1=e.getY();}publicvoidmouseReleased(MouseEvente){x2=e.getX();y2=e.getY();Graphicsg=e.getComponent().getGraphics();g.setColor(Color.BLUE);g.drawLine(x1,y1,x2,y2);g.drawString(newString(起始点坐标:+x1+,+y1),x1,y1);v.add(newMyLine(x1,x2,y1,y2));//herepayattention}});addWindowListener(newWindowAdapter(){publicvoidwindowClosing(WindowEvente){((Window)e.getSource()).dispose();System.exit(0);}});}}
importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;publicclassTestextendsJFrame{intx1,y1,x2,y2;publicTest(){setVisible(true);setSize(300,300); addWindowListener(newWindowAdapter(){ publicvoidwindowClosing(WindowEvente){System.exit(0);}});addMouseListener(newMouseAdapter(){publicvoidmousePressed(MouseEvente){x1=e.getX(); y1=e.getY();}});addMouseMotionListener(newMouseMotionAdapter(){publicvoidmouseDragged(MouseEvente){x2=e.getX();y2=e.getY(); repaint();  }});}publicvoidpaint(Graphicsg){g.drawLine(x1,y1,x2,y2);x1=x2;y1=y2;}publicstaticvoidmain(Stringargs[]){newTest();}}程序只能实现鼠标画线方面的功能!其他方面有待实现. 更多有关「JAVA的画图小程序」的疑问请扫码关注微信公开课+小程序!
标签:微信公开课,小程序
微信小程序,微信公开课,JAVA的画图小程序

「JAVA的画图小程序」热议话题订阅

方法1:微信扫描微信公开课小程序码即可订阅热议话题「JAVA的画图小程序」

方法2:微信搜索微信公开课小程序名称进入,即可订阅热议话题「JAVA的画图小程序」

方法3:微信网页访问即速商店,长按识别微信公开课小程序码即可订阅热议话题「JAVA的画图小程序」

微信公开课小程序热议话题「JAVA的画图小程序」由微信公开课原创摘录于微信小程序商店shop.jisuapp.cn,转载请注明出处。

微信公开课热议话题「JAVA的画图小程序」由微信公开课开发者向微信用户提供,并对本服务内容、数据资料及其运营行为等真实性、合法性及有效性承担全部责任。