wikiacademia

site
Images can be rendered with the LabelRenderer, images to be loaded are specified by an attribute which contains the full path to the location of the image. Other than that, the process is basically the same as with the label renderer
LabelRenderer lr = new LabelRenderer("Name", "Picture"); lr.setTextField("Name"); lr.setImageField("Picture"); v.setRendererFactory(new DefaultRendererFactory(lr));