Package com.jidesoft.swing

Examples of com.jidesoft.swing.PartialLineBorder


    protected class TabEditor extends JTextField implements UIResource {
        TabEditor() {
            setOpaque(false);
//            setBorder(BorderFactory.createEmptyBorder());
            setBorder(BorderFactory
                    .createCompoundBorder(new PartialLineBorder(Color.BLACK, 1, true),
                            BorderFactory.createEmptyBorder(0, 2, 0, 2)));
        }
View Full Code Here

TOP

Related Classes of com.jidesoft.swing.PartialLineBorder

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.