Package at.bestsolution.drawswf

Examples of at.bestsolution.drawswf.AboutWindow


    //----------------------------------------------------------------------------
    public void actionPerformed(ActionEvent action_event)
    {
        if (about_window_ == null)
        {
            about_window_ = new AboutWindow();
        }
        about_window_.show();
    }
View Full Code Here

TOP

Related Classes of at.bestsolution.drawswf.AboutWindow

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.