//Displays a dialog that demonstrates font size showMessage("Size (1/5)", ""+ "Big Font"+ "
"+ "Small Font"); //Displays a dialog that demonstrates color showMessage("Color (2/5)", ""+ ""+ "C"+ "o"+ "l"+ "o"+ "r"); //Displays a dialog that demonstrates ordered lists and headers showMessage("Ordered List (3/5)", ""+ "

ACGT Bases

"+ "
    "+ "
  1. Adenine"+ "
  2. Cytosine"+ "
  3. Guanine"+ "
  4. Thymidine"+ "
"); //Displays a dialog that demonstrates unordered lists, headers, and text modifiers showMessage("Unordered List (4/5)", ""+ "

ImageJ

"+ "
    "+ "
  • Runs everywhere"+ "
  • Fastest pure Java image processing program"+ "
  • Extensive plugin and macro creating abilities"+ "
"); //Displays a dialog that demonstrates headers, font color, and italics showMessage("End (5/5)", ""+ "

Fin

");