Examples of BorderlessButton


Examples of org.pentaho.reporting.libraries.designtime.swing.BorderlessButton

    final JScrollPane theScrollPanel = new JScrollPane(availableDataSources);
    theScrollPanel.setAutoscrolls(true);

    final JPanel theDataSetsButtonPanel = new JPanel();
    theDataSetsButtonPanel.setLayout(new FlowLayout(FlowLayout.RIGHT));
    theDataSetsButtonPanel.add(new BorderlessButton(showAddDataSourcePopupAction));
    theDataSetsButtonPanel.add(new BorderlessButton(editDataSourceAction));
    theDataSetsButtonPanel.add(new BorderlessButton(removeAction));

    final JPanel theControlsPanel = new JPanel(new BorderLayout());
    theControlsPanel.add(new JLabel(Messages.getString("ParameterDialog.DataSources")), BorderLayout.WEST);
    theControlsPanel.add(theDataSetsButtonPanel, BorderLayout.EAST);
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.