Examples of MouseScrollableUI


Examples of org.jdesktop.jxlayer.plaf.ext.MouseScrollableUI

    // toolbar.add(Box.createHorizontalStrut(5));
    toolbar.add(filterButton);

    JScrollPane treeScroll = new JScrollPane(tree);
    JXLayer<JScrollPane> treeScrollLayer = new JXLayer<JScrollPane>(treeScroll,
        new MouseScrollableUI());

    JScrollPane infoScroll = new JScrollPane(infosArea);
    TitledPanel infosPanel = new TitledPanel(MESSAGES.getString("NodeInformations"));
    infosPanel.setLayout(new BorderLayout());
    infosPanel.add(infoScroll, BorderLayout.CENTER);
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.