public void actionPerformed(Event event) {
purgePerformed();
}
});
Formbox form = new Formbox();
form.add(I18N.get("Trash"));
form.add("", emptyTrash);
form.add(I18N.get("Revision"));
form.add(I18N.get("Type"), type);
form.add(I18N.get("Count"), count);
form.add(I18N.get("Days"), days);
form.add("", purge);
appendChild(form);
}