void Draw (int n)
{
n=5;
Color pinkColor = new Color(COLOR.PINK);
setFontColor(pinkColor);
System.out.println("<3<3<3<3");
Draw(n);
}