if (!sAnalysis.isWorkflowNet()) {
JOptionPane
.showMessageDialog(this.getEditorPanel(), Messages
.getString("File.Error.GraphBeautifier.NoNet.Text"));
} else {
SGYGraph graph = new SGYGraph(this);
graph.beautify(counter);
graph.draw(ixIntervall, iyIntervall);
}
// Check the orientation. If the orientation is 'vertical' rotate
// the graph.
if (isRotateSelected()) {
getEditorPanel().rotateLayout(this);