*/
private void initialize() {
if(initialized) return;
try {
UIManager.setLookAndFeel(new JediLookAndFeel());
} catch(Exception e) { System.out.println(e); }
algorithmManager = new AlgorithmManager(this);
animationController = new AnimationController();