上传者: zmn4273936
|
上传时间: 2021-10-16 10:10:07
|
文件大小: 2KB
|
文件类型: -
课题的测试(只为了赚个积分下代码)public class Circle extends Frame implements Runnable
{
int dir_x,dir_y;
int x,y,flag,count=0;
static List circles=new ArrayList();
public Circle(int x,int y,int flag)
{
this.x=x;