Examples of CBAbout


Examples of com.ca.commons.cbutil.CBAbout

                           textBody;

            }
            catch (IOException e) {} // should still be set to original CA text.

            CBAbout about = new CBAbout(jxplorer, textBody, new ImageIcon(Theme.getInstance().getDirTemplates() + "JXAboutBottom.gif"),
                        new ImageIcon(Theme.getInstance().getDirTemplates() + "JXAboutTop.gif"), CBIntText.get("OK"), CBIntText.get("Close this window"), CBIntText.get("About JXplorer"));

            about.setSize(477, 350);
            about.setResizable(true);
            CBUtility.center(about, jxplorer);
            about.setVisible(true);
        }
        else
        {
            /* I don't think we can ship with the CA tau code?? - CB
            // CA license...
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.