Package sw_digitalworks.Model

Examples of sw_digitalworks.Model.ComponentModel


    public static Map<String, Component> Components = new HashMap<String, Component>();
    public static display_Controller controller;

    public static void main(String[] args) throws IOException {
        // TODO code application logic here
        ComponentModel ComponentModel = new ComponentModel();

        InputStreamReader converter;

        controller = new display_Controller();
        controller.setVisible(true);
View Full Code Here

TOP

Related Classes of sw_digitalworks.Model.ComponentModel

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.