Package graphmatcher.gui.optionpanel

Examples of graphmatcher.gui.optionpanel.SimpleOptionPanel


    setBorder(BorderFactory.createTitledBorder("Matching-Optionen"));
    JPanel matcherPanel = new JPanel();
    matcherPanel.setLayout(new BorderLayout());
    tabbedPane = new JTabbedPane();

    simpleOptionPanel = new SimpleOptionPanel();
    tabbedPane.add("Simple", simpleOptionPanel);
    shapeContextOptionPanel = new ShapeContextOptionPanel();
    tabbedPane.add("ShapeContext", shapeContextOptionPanel);
    koSystemOptionPanel = new KOSystemOptionPanel();
    tabbedPane.add("KO-System", koSystemOptionPanel);
View Full Code Here

TOP

Related Classes of graphmatcher.gui.optionpanel.SimpleOptionPanel

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.