Image Display
An application demonstrating the use of images and labels. Also utilizes split frames and a JButton, although the button has no functionality.
Screenshot
Note : Dataviz.Java and Grapher.java were accidentally uploaded. They don't work.
Explanation
Really not that different from creating regular labels, relevant code is below :
LabelRenderer lr = new LabelRenderer("name", "pic");
lr.setTextField("name");
lr.setImageField("pic");