2930313233343536
public class PrivateRoomsWidget extends AbstractWidget { private static final long serialVersionUID = 1769428980617610979L; public PrivateRoomsWidget() { super(); location = new WidgetLocation(0, 1); init(); }
public class StartWidget extends AbstractWidget { private static final long serialVersionUID = 9060237325733825899L; public StartWidget() { super(); location = new WidgetLocation(1, 0); init(); }
public class RssWidget extends AbstractWidget { private static final long serialVersionUID = 8866852061674736808L; public RssWidget() { super(); location = new WidgetLocation(1, 1); init(); }
public class WelcomeWidget extends AbstractWidget { private static final long serialVersionUID = 8866852061674736808L; public WelcomeWidget() { super(); location = new WidgetLocation(0, 0); init(); }
public class StartWidget extends AbstractWidget { private static final long serialVersionUID = 1L; public StartWidget() { super(); location = new WidgetLocation(1, 0); init(); }
3031323334353637
private static final long serialVersionUID = 1L; public static final String WIDGET_ID_RSS = "RssWidget"; public RssWidget() { super(); location = new WidgetLocation(1, 1); init(); }
public class WelcomeWidget extends AbstractWidget { private static final long serialVersionUID = 1L; public WelcomeWidget() { super(); location = new WidgetLocation(0, 0); init(); }
private static final long serialVersionUID = 1L; public static final String WIDGET_ID_MY_ROOMS = "MyRoomsWidget"; public MyRoomsWidget() { super(); location = new WidgetLocation(0, 1); init(); }