Package org.uncommons.watchmaker.swing.evolutionmonitor

Examples of org.uncommons.watchmaker.swing.evolutionmonitor.StatusBar


    protected void prepareGUI(Container container)
    {
        sudokuView = new SudokuView();
        container.add(createControls(), BorderLayout.NORTH);
        container.add(sudokuView, BorderLayout.CENTER);
        statusBar = new StatusBar();
        container.add(statusBar, BorderLayout.SOUTH);
        sudokuView.setPuzzle(EASY_PUZZLE);
    }
View Full Code Here

TOP

Related Classes of org.uncommons.watchmaker.swing.evolutionmonitor.StatusBar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.