78910111213
public class NotificationViewer extends Program implements ComponentContainer { @Override protected void main(String[] args) { this.setWidget((new NotificationComponent(this)).getWidget()); }