super("自定义光标");//调用父类构造函数  int[]cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR};//预定义光标数组  Containercontainer=getContentPane();//得到容器  container.setLayout(newFlowLayout());//设置容器布局管理器  for(inti=0;i