973974975976977978979980
} final CloudModel cloudModel = getCloudModel(); if (cloudModel == null) { return; } final CloudView cloud = new CloudViewFactory().createCloudView(cloudModel, this); cloud.paint(g); }