Exemple #1
0
 /**
  * Change the colors of background for next writes
  *
  * @param color Background color
  * @see #color(int, int)
  */
 public static void setBackground(int color) {
   frame.setBackColor(colors[color % colors.length]);
 }