Package net.sourceforge.marathon.mpf

Examples of net.sourceforge.marathon.mpf.DescriptionPanel


            public void getProperties(Properties props) {
            }

            public JPanel getPanel() {
                return new DescriptionPanel(description);
            }

            public String getName() {
                return "Use Object Map";
            }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.mpf.DescriptionPanel

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.