NotificationsCssTest notificationsTest = new NotificationsCssTest(this);
createComponentLayout("Notifications", notificationsTest);
}
private void createWindows() {
WindowsCssTest windows = new WindowsCssTest(this);
createComponentLayout("Windows", windows);
}