This document contains code for a Java program that draws colored rounded rectangles and text on an applet. It introduces the code, which uses different colors to fill rounded rectangles in a grid pattern, with the x coordinate increasing by 100 each time. It then draws two strings using different fonts - one large bold string reading "Komputer Grafik" and another smaller bold string providing the instructor's name and credentials. The process and output sections explain that the code uses color, graphics, and font arrays, drawing the rectangles in a grid with varying colors and positioning the text.