});
f.setSize(640, 690);
f.setTitle("Single cluster Fuzzy K-Means scatter plot");
f.setDefaultCloseOperation(WindowConstants.HIDE_ON_CLOSE);
f.setContentPane(new FuzzyKSingleClusterScatter(xVar.getSelectedIndex(), yVar.getSelectedIndex(), session, f, clustering,
cluster - 2, match));
f.setVisible(true);
}
}