1011121314151617
*/ public class ShowAboutBoxHandlerImpl implements ShowAboutBoxHandler { @Override public void handleShowAboutBox() { AboutBox aboutBox = new AboutBox(); aboutBox.show(); }