You could output your information by "hard coding" a chart by formatting it onto the Graphics (or Canvas) area of you Applet/JApplet (i.e., using g.drawString(), g.drawLine(), etc.),
or you could
also use already existing Java Classes such as JTable or other
components.