Package getfacts

Examples of getfacts.IDisposable


    {
        for(Component c : articlesPane.getComponents() )
        {
            if( c instanceof IDisposable)
            {
                IDisposable i = (IDisposable)c;
                i.dispose();
            }
        }
        frontPage.dispose();
    }
View Full Code Here

TOP

Related Classes of getfacts.IDisposable

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.