package org.millstone.examples.features; public class UIComponents extends Feature { protected String getDescriptionXHTML() { return ""; } protected String getImage() { return "ui-components.gif"; } protected String getTitle() { return ""; } }