86a87,96 > /** > * Create the DrawingView that is active when the application is started. > * This initial DrawingView might be different from DrawingView created > * by the application, so subclasses can override this method to provide > * a special drawing view for application startup time, e.g. a NullDrawingView > * which does not display an internal frame in a multiple document interface > * (MDI) application. > * > * @return drawing view that is active at application startup time > */ 90a101,104 > /** > * Open a new view for this application containing a > * view of the drawing of the currently activated window. > */ 107a122,124 > /** > * Factory method to create a specialized desktop (manager) for MDI applications > */ 120,120c137,137 < return super.getDefaultDrawingTitle() + getDesktop().getAllFromDesktop(0).length; --- > return super.getDefaultDrawingTitle() + views().length;