30313233343536
* @author Christian Pesch */ public class ShowDownloadsAction extends SingletonDialogAction { protected SimpleDialog createDialog() { return new DownloadsDialog(); }