Package org.apache.ecs.html

Examples of org.apache.ecs.html.NoFrames


                    .setScrolling(Frame.auto)
                    .setFrameBorder(false)
                    .setNoResize(true));
            frameset.addAttribute("border", "0");

            NoFrames noframes = new NoFrames().addElement(new Body()
                .setBgColor(HtmlColor.white)
                .setText(HtmlColor.black)
                .addElement(new B().addElement("Smilehouse OpenSyncro"))
                .addElement(new P())
                .addElement("Your browser can't handle frames. Please update your browser!"));
View Full Code Here

TOP

Related Classes of org.apache.ecs.html.NoFrames

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.