Package graphmatcher.gui

Examples of graphmatcher.gui.MatchingOptionPanel


    slider.setLabelTable(slider.createStandardLabels(1));
    controlContentPanel.add(slider);

    controlPanel.add(controlContentPanel, BorderLayout.NORTH);

    matchingOptionPanel = new MatchingOptionPanel();
    controlPanel.add(matchingOptionPanel, BorderLayout.CENTER);

    JPanel reportingMasterPanel = new JPanel(new GridLayout(2, 1));

    reportingPanel = new ReportingPanel();
View Full Code Here

TOP

Related Classes of graphmatcher.gui.MatchingOptionPanel

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.