Package semestralka

Examples of semestralka.Application


                }catch(Exception ex){}
                System.exit(0);
            }
        });
       
        app = new Application();
       
        /*Initialize items*/
        this.log = new LogPanel();
        this.input = new JTextField();
        this.cvs = new JScrollPane(new ImageHolder());
View Full Code Here

TOP

Related Classes of semestralka.Application

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.