// The showMessage() macro function and IJ.showMessage() method // display HTML formatted text when the text starts with "". // Different font sizes showMessage("1/5", "" +"Big Font
" +"Small Font"); // Multiple colors showMessage("2/5", "" +"" +"C" +"o" +"l" +"o" +"r"); // Ordered lists and headers showMessage("3/5", "" +"

ACGT Bases

" +"
    " +"
  1. Adenine" +"
  2. Cytosine" +"
  3. Guanine" +"
  4. Thymidine" +"
"); // Unordered lists, headers, and text modifiers showMessage("4/5", "" +"

ImageJ

" +"
    " +"
  • Runs everywhere" +"
  • Fastest pure Java image processing program" +"
  • Extensive plugin and macro creating abilities" +"
"); // Headers, font color, and italics showMessage("5/5", "" +"

Fin

");