121122123124125126127128129130
} @Override public AboutView getAboutView() { if (aboutView == null) { aboutView = new AboutViewGwtImpl(); } return aboutView; }