105106107108109110111
/** * Create an instance of {@link Display } * */ public Display createDisplay() { return new Display(); }