class Country { int r,g,b;////////////////////////////////////////////////////////////////////////////////////the color of each point int number; float[][]points; float nameSize;/////////////////////////////////////////////////////////////////////////////the size of country name String countryName;/////////////////////////////////////////////////////////////////////////the name of each country int rr,gg,bb;///////////////////////////////////////////////////////////////////////////////color of conutry which is selected float xName,yName;//////////////////////////////////////////////////////////////////////////potision of country name Country(int r1,int g1,int b1,int numberValue,float[][]p,float countryNameS, String name,int r2,int g2,int b2,float xx,float yy) { r=r1; g=g1; b=b1; number=numberValue; points=new float[number][2]; for(int i=0;i