Package freecell.view

Examples of freecell.view.LabelPanel


        new GraphicalApplication(new Game());
    }

    private void addComponents() {
        final Container contentPane = new FeltPanel();
        contentPane.add(new LabelPanel(), BorderLayout.NORTH);
        contentPane.add(gamePanel);
        contentPane.add(newGamePanel, BorderLayout.SOUTH);
        super.setContentPane(contentPane);
    }
View Full Code Here

TOP

Related Classes of freecell.view.LabelPanel

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.