Package com.salas.bb.utils.uif

Examples of com.salas.bb.utils.uif.VertialScrollablePanel


    /**
     * Creates a FormLayout and adds the UI components using a PanelBuilder.
     */
    private void build()
    {
        JPanel panel = new VertialScrollablePanel();

        String version = System.getProperty("java.vm.version");
        boolean is15 = version != null && version.startsWith("1.5");

        BBFormBuilder builder = new BBFormBuilder("7dlu, p, 2dlu, 40dlu, 70dlu:grow", panel);
View Full Code Here

TOP

Related Classes of com.salas.bb.utils.uif.VertialScrollablePanel

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.