AdvancedDialog
17221723172417251726172717281729
/** * starts the advanced dialog for beautifying the graph */ public void advancedBeautifyDialog() { JFrame frame = new JFrame(); @SuppressWarnings("unused") AdvancedDialog dialog = new AdvancedDialog(frame, this); }