237238239240241242243
lbl.setRenderBodyOnly(true); return lbl; } public static ContextRelativeResource getResource(String file) { return new ContextRelativeResource(file); }
238239240241242243244
125126127128129130131
private static final long serialVersionUID = 1L; public ImagePanel(String id, String object) { super(id); add(new Image("image", new ContextRelativeResource(object))); }