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