package ir.ac.iust.nlp.dependencyparser; import java.awt.Color; import java.awt.Desktop; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import javax.swing.JTextField; /** * * @author Mojtaba Khallasg */ public class DpAbout extends javax.swing.JDialog { /** * Creates new form DpAbout */ public DpAbout(java.awt.Frame parent, boolean modal) { super(parent, modal); initComponents(); for (int i = 0; i < tabPabel.getTabCount(); i++) { tabPabel.setEnabledAt(i, false); } // Hide tabs in JTabbedPane tabPabel.setUI(new javax.swing.plaf.metal.MetalTabbedPaneUI() { @Override protected void paintTabArea(java.awt.Graphics g, int tabPlacement, int selectedIndex) { } }); setBackground(Color.white); lstTools.setSelectedIndex(0); } /** * This method is called from within the constructor to initialize the form. * WARNING: Do NOT modify this code. The content of this method is always * regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { lblToolsList = new javax.swing.JLabel(); jScrollPane1 = new javax.swing.JScrollPane(); lstTools = new javax.swing.JList(); tabPabel = new javax.swing.JTabbedPane(); pnlMaltConverter = new javax.swing.JPanel(); lblMaltConverterVersionTitle = new javax.swing.JLabel(); lblMaltConverterVersionValue = new javax.swing.JLabel(); lblMaltConverterSiteTitle = new javax.swing.JLabel(); lblMaltConverterSiteValue = new javax.swing.JTextField(); lblMaltConverterAuthorsTitle = new javax.swing.JLabel(); lblMaltConverterAuthorsValue = new javax.swing.JTextField(); lblMaltConverterCitationTitle = new javax.swing.JLabel(); jScrollPane20 = new javax.swing.JScrollPane(); txtMaltConverterCitationValue = new javax.swing.JTextArea(); lblMaltConverterLicenseTitle = new javax.swing.JLabel(); jScrollPane21 = new javax.swing.JScrollPane(); txtMaltConverterLicenseValue = new javax.swing.JTextArea(); pnlMaltParser = new javax.swing.JPanel(); lblMaltSiteTitle = new javax.swing.JLabel(); lblMaltSiteValue = new javax.swing.JTextField(); lblMaltLicenseTitle = new javax.swing.JLabel(); jScrollPane2 = new javax.swing.JScrollPane(); txtMaltLicenseValue = new javax.swing.JTextArea(); lblMaltAuthorsTitle = new javax.swing.JLabel(); lblMaltAuthorsValue = new javax.swing.JTextField(); lblMaltCitationTitle = new javax.swing.JLabel(); lblMaltVersionTitle = new javax.swing.JLabel(); lblMaltVersionValue = new javax.swing.JLabel(); jScrollPane9 = new javax.swing.JScrollPane(); txtMaltCitationValue = new javax.swing.JTextArea(); pnlMaltOptimizer = new javax.swing.JPanel(); lblOptimizerVersionTitle = new javax.swing.JLabel(); lblOptimizerVersionValue = new javax.swing.JLabel(); lblOptimizerSiteTitle = new javax.swing.JLabel(); lblOptimizerTitleValue = new javax.swing.JTextField(); lblOptimizerAuthorsTitle = new javax.swing.JLabel(); lblOptimizerAuthorsValue = new javax.swing.JTextField(); lblOptimizerCitationTitle = new javax.swing.JLabel(); lblOptimizerLicenseTitle = new javax.swing.JLabel(); jScrollPane3 = new javax.swing.JScrollPane(); txtOptimizerLicenseValue = new javax.swing.JTextArea(); jScrollPane8 = new javax.swing.JScrollPane(); txtOptimizerCitationValue = new javax.swing.JTextArea(); pnlMaltEval = new javax.swing.JPanel(); lblEvalVersionTitle = new javax.swing.JLabel(); lblEvalVersionValue = new javax.swing.JLabel(); lblEvalSiteTitle = new javax.swing.JLabel(); lblEvalSiteValue = new javax.swing.JTextField(); lblEvalAuthorTitle = new javax.swing.JLabel(); lblEvalAuthorValue = new javax.swing.JTextField(); lblEvalCitationTitle = new javax.swing.JLabel(); lblEvalLicenseTitle = new javax.swing.JLabel(); jScrollPane4 = new javax.swing.JScrollPane(); txtEvalLicenseValue = new javax.swing.JTextArea(); jScrollPane7 = new javax.swing.JScrollPane(); txtEvalCitationValue = new javax.swing.JTextArea(); pnlClearParser = new javax.swing.JPanel(); lblCPVersionTitle = new javax.swing.JLabel(); lblCPVersionValue = new javax.swing.JLabel(); lblCPSiteTitle = new javax.swing.JLabel(); lblCPSiteValue = new javax.swing.JTextField(); lblCPAuthorTitle = new javax.swing.JLabel(); lblCPAuthorValue = new javax.swing.JTextField(); lblCPCitationTitle = new javax.swing.JLabel(); jScrollPane18 = new javax.swing.JScrollPane(); txtCPCitationValue = new javax.swing.JTextArea(); lblCPLicenseTitle = new javax.swing.JLabel(); jScrollPane19 = new javax.swing.JScrollPane(); txtCPLicenseValue = new javax.swing.JTextArea(); pnlMSTParser = new javax.swing.JPanel(); lblMSTVersionTitle = new javax.swing.JLabel(); lblMSTVersionValue = new javax.swing.JLabel(); lblMSTSiteTitle = new javax.swing.JLabel(); lblMSTSiteValue = new javax.swing.JTextField(); lblMSTAuthorsTitle = new javax.swing.JLabel(); lblMSTAuthorsValue = new javax.swing.JTextField(); lblMSTCitationTitle = new javax.swing.JLabel(); lblMSTLicenseTitle = new javax.swing.JLabel(); jScrollPane5 = new javax.swing.JScrollPane(); txtMSTLicenseValue = new javax.swing.JTextArea(); jScrollPane6 = new javax.swing.JScrollPane(); txtMSTCitationValue = new javax.swing.JTextArea(); pnlMateTools = new javax.swing.JPanel(); jScrollPane16 = new javax.swing.JScrollPane(); txtMTLicenseValue = new javax.swing.JTextArea(); lblMTLicenseTitle = new javax.swing.JLabel(); jScrollPane17 = new javax.swing.JScrollPane(); txtMTCitationValue = new javax.swing.JTextArea(); lblMTCitationTitle = new javax.swing.JLabel(); lblMTAuthorsTitle = new javax.swing.JLabel(); lblMTAuthorsValue = new javax.swing.JTextField(); lblMTSiteTitle = new javax.swing.JLabel(); lblMTSiteValue = new javax.swing.JTextField(); lblMTVersionTitle = new javax.swing.JLabel(); lblMTVersionValue = new javax.swing.JLabel(); pnlEnsemble = new javax.swing.JPanel(); lblEnsembleVersionTitle = new javax.swing.JLabel(); lblEnsembleVersionValue = new javax.swing.JLabel(); lblEnsembleSiteTitle = new javax.swing.JLabel(); lblEnsembleSiteValue = new javax.swing.JTextField(); lblEnsembleAuthorsTitle = new javax.swing.JLabel(); lblEnsembleAuthorsValue = new javax.swing.JTextField(); lblEnsembleCitationTitle = new javax.swing.JLabel(); jScrollPane10 = new javax.swing.JScrollPane(); txtEnsembleCitationValue = new javax.swing.JTextArea(); lblEnsembleLicenseTitle = new javax.swing.JLabel(); jScrollPane11 = new javax.swing.JScrollPane(); txtEnsembleLicenseValue = new javax.swing.JTextArea(); pnlMaltBlender = new javax.swing.JPanel(); lblBlenderVersionTitle = new javax.swing.JLabel(); lblBlenderVersionValue = new javax.swing.JLabel(); lblBlenderSiteTitle = new javax.swing.JLabel(); lblBlenderSiteValue = new javax.swing.JTextField(); lblBlenderAuthorTitle = new javax.swing.JLabel(); lblBlenderAuthorValue = new javax.swing.JTextField(); lblBlenderCitationTitle = new javax.swing.JLabel(); jScrollPane12 = new javax.swing.JScrollPane(); txtBlenderCitationValue = new javax.swing.JTextArea(); lblBlenderLicenseTitle = new javax.swing.JLabel(); jScrollPane13 = new javax.swing.JScrollPane(); txtBlenderLicenseValue = new javax.swing.JTextArea(); pnlMSTParserStacked = new javax.swing.JPanel(); lblStackedVersionTitle = new javax.swing.JLabel(); lblStackedVersionValue = new javax.swing.JLabel(); lblStackedSiteTitle = new javax.swing.JLabel(); lblStackedSiteValue = new javax.swing.JTextField(); lblStackedAuthorsTitle = new javax.swing.JLabel(); lblStackedAuthorsValue = new javax.swing.JTextField(); lblStackedCitationTitle = new javax.swing.JLabel(); jScrollPane14 = new javax.swing.JScrollPane(); txtStackedCitationValue = new javax.swing.JTextArea(); lblStackedLicenseTitle = new javax.swing.JLabel(); jScrollPane15 = new javax.swing.JScrollPane(); txtStackedLicenseValue = new javax.swing.JTextArea(); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); setTitle("About Dependency Parser"); setMinimumSize(new java.awt.Dimension(850, 465)); setPreferredSize(new java.awt.Dimension(850, 465)); lblToolsList.setText("List of Tools"); lstTools.setModel(new javax.swing.AbstractListModel() { String[] strings = { "MaltConverter", "MaltParser", "MaltOptimizer", "MaltEval", "ClearParser", "MSTParser", "Mate-Tools", "Ensemble", "MaltBlender", "MSTParserStacked" }; public int getSize() { return strings.length; } public Object getElementAt(int i) { return strings[i]; } }); lstTools.addListSelectionListener(new javax.swing.event.ListSelectionListener() { public void valueChanged(javax.swing.event.ListSelectionEvent evt) { lstTools_ValueChanged(evt); } }); jScrollPane1.setViewportView(lstTools); tabPabel.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); tabPabel.setTabLayoutPolicy(javax.swing.JTabbedPane.SCROLL_TAB_LAYOUT); lblMaltConverterVersionTitle.setText("Version:"); lblMaltConverterVersionValue.setText("0.1"); lblMaltConverterSiteTitle.setText("Site:"); lblMaltConverterSiteValue.setEditable(false); lblMaltConverterSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblMaltConverterSiteValue.setText("http://w3.msi.vxu.se/~nivre/research/MaltXML.html"); lblMaltConverterSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMaltConverterSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblMaltConverterSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblMaltConverterAuthorsTitle.setText("Author:"); lblMaltConverterAuthorsValue.setEditable(false); lblMaltConverterAuthorsValue.setText("Joakim Nivre"); lblMaltConverterAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMaltConverterCitationTitle.setText("Citation:"); txtMaltConverterCitationValue.setColumns(20); txtMaltConverterCitationValue.setEditable(false); txtMaltConverterCitationValue.setLineWrap(true); txtMaltConverterCitationValue.setRows(5); jScrollPane20.setViewportView(txtMaltConverterCitationValue); lblMaltConverterLicenseTitle.setText("License"); txtMaltConverterLicenseValue.setColumns(20); txtMaltConverterLicenseValue.setEditable(false); txtMaltConverterLicenseValue.setRows(5); jScrollPane21.setViewportView(txtMaltConverterLicenseValue); javax.swing.GroupLayout pnlMaltConverterLayout = new javax.swing.GroupLayout(pnlMaltConverter); pnlMaltConverter.setLayout(pnlMaltConverterLayout); pnlMaltConverterLayout.setHorizontalGroup( pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltConverterLicenseTitle) .addComponent(lblMaltConverterCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane20) .addComponent(jScrollPane21))) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltConverterAuthorsTitle) .addComponent(lblMaltConverterSiteTitle) .addComponent(lblMaltConverterVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltConverterVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblMaltConverterSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 643, Short.MAX_VALUE) .addComponent(lblMaltConverterAuthorsValue)))) .addContainerGap()) ); pnlMaltConverterLayout.setVerticalGroup( pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltConverterVersionTitle) .addComponent(lblMaltConverterVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltConverterSiteTitle) .addComponent(lblMaltConverterSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltConverterAuthorsTitle) .addComponent(lblMaltConverterAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addComponent(lblMaltConverterCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addComponent(jScrollPane20, javax.swing.GroupLayout.DEFAULT_SIZE, 141, Short.MAX_VALUE) .addGap(7, 7, 7))) .addGroup(pnlMaltConverterLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltConverterLayout.createSequentialGroup() .addComponent(lblMaltConverterLicenseTitle) .addGap(0, 0, Short.MAX_VALUE)) .addComponent(jScrollPane21, javax.swing.GroupLayout.DEFAULT_SIZE, 164, Short.MAX_VALUE)) .addContainerGap()) ); tabPabel.addTab("MaltConverter", pnlMaltConverter); pnlMaltParser.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); pnlMaltParser.addComponentListener(new java.awt.event.ComponentAdapter() { public void componentShown(java.awt.event.ComponentEvent evt) { pnlMaltParser_Shown(evt); } }); lblMaltSiteTitle.setText("Site:"); lblMaltSiteValue.setEditable(false); lblMaltSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblMaltSiteValue.setText("http://www.maltparser.org/index.html"); lblMaltSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMaltSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblMaltSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblMaltLicenseTitle.setText("License"); txtMaltLicenseValue.setColumns(20); txtMaltLicenseValue.setEditable(false); txtMaltLicenseValue.setRows(5); txtMaltLicenseValue.setText("Copyright (c) 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without \nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright \n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the distribution.\n * Neither the name of MaltParser nor the names of its contributors may be \n used to endorse or promote products derived from this software without \n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."); jScrollPane2.setViewportView(txtMaltLicenseValue); lblMaltAuthorsTitle.setText("Authors:"); lblMaltAuthorsValue.setEditable(false); lblMaltAuthorsValue.setText("Johan Hall, Jens Nilsson and Joakim Nivre"); lblMaltAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMaltCitationTitle.setText("Citation:"); lblMaltVersionTitle.setText("Version:"); lblMaltVersionValue.setText("1.7.1"); txtMaltCitationValue.setColumns(20); txtMaltCitationValue.setEditable(false); txtMaltCitationValue.setLineWrap(true); txtMaltCitationValue.setRows(5); txtMaltCitationValue.setText("J. Nivre, et al., \"MaltParser: A language-independent system for data-driven dependency parsing\", Natural Language Engineering, vol. 13, pp. 95-135, 2007."); jScrollPane9.setViewportView(txtMaltCitationValue); javax.swing.GroupLayout pnlMaltParserLayout = new javax.swing.GroupLayout(pnlMaltParser); pnlMaltParser.setLayout(pnlMaltParserLayout); pnlMaltParserLayout.setHorizontalGroup( pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltLicenseTitle) .addComponent(lblMaltCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane9) .addComponent(jScrollPane2))) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltAuthorsTitle) .addComponent(lblMaltSiteTitle) .addComponent(lblMaltVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMaltVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblMaltSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 638, Short.MAX_VALUE) .addComponent(lblMaltAuthorsValue)))) .addContainerGap()) ); pnlMaltParserLayout.setVerticalGroup( pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltVersionTitle) .addComponent(lblMaltVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltSiteTitle) .addComponent(lblMaltSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMaltAuthorsTitle) .addComponent(lblMaltAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addComponent(lblMaltCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addComponent(jScrollPane9, javax.swing.GroupLayout.DEFAULT_SIZE, 140, Short.MAX_VALUE) .addGap(7, 7, 7))) .addGroup(pnlMaltParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltParserLayout.createSequentialGroup() .addComponent(lblMaltLicenseTitle) .addGap(0, 0, Short.MAX_VALUE)) .addComponent(jScrollPane2, javax.swing.GroupLayout.DEFAULT_SIZE, 163, Short.MAX_VALUE)) .addContainerGap()) ); tabPabel.addTab("MaltParser", pnlMaltParser); pnlMaltOptimizer.addComponentListener(new java.awt.event.ComponentAdapter() { public void componentShown(java.awt.event.ComponentEvent evt) { pnlMaltOptimizer_Shown(evt); } }); lblOptimizerVersionTitle.setText("Version:"); lblOptimizerVersionValue.setText("1.0.1"); lblOptimizerSiteTitle.setText("Site:"); lblOptimizerTitleValue.setEditable(false); lblOptimizerTitleValue.setForeground(new java.awt.Color(0, 102, 204)); lblOptimizerTitleValue.setText("http://nil.fdi.ucm.es/maltoptimizer/install.html"); lblOptimizerTitleValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblOptimizerTitleValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblOptimizerTitleValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblOptimizerAuthorsTitle.setText("Authors:"); lblOptimizerAuthorsValue.setEditable(false); lblOptimizerAuthorsValue.setText("Miguel Ballesteros and Joakim Nivre"); lblOptimizerAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblOptimizerCitationTitle.setText("Citation:"); lblOptimizerLicenseTitle.setText("License"); txtOptimizerLicenseValue.setColumns(20); txtOptimizerLicenseValue.setEditable(false); txtOptimizerLicenseValue.setRows(5); txtOptimizerLicenseValue.setText("Copyright (c) 2011 Miguel Ballesteros and Joakim Nivre\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without \nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright \n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the distribution.\n * Neither the name of MaltOptimizer nor the names of their contributors may be \n used to endorse or promote products derived from this software without \n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."); jScrollPane3.setViewportView(txtOptimizerLicenseValue); txtOptimizerCitationValue.setColumns(20); txtOptimizerCitationValue.setLineWrap(true); txtOptimizerCitationValue.setRows(5); txtOptimizerCitationValue.setText("M. Ballesteros and J. Nivre, \"MaltOptimizer: A System for MaltParser Optimization\", in Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC 2012), Istanbul, Turkey, 2012, pp. 23-27.\n\nM. Ballesteros and J. Nivre, \"MaltOptimizer: An Optimization Tool for MaltParser\", in Proceedings of the Demonstrations at the 13th Conference of the European Chapter of the Association for Computational Linguistics, Avignon, France, 2012, pp. 58-62."); jScrollPane8.setViewportView(txtOptimizerCitationValue); javax.swing.GroupLayout pnlMaltOptimizerLayout = new javax.swing.GroupLayout(pnlMaltOptimizer); pnlMaltOptimizer.setLayout(pnlMaltOptimizerLayout); pnlMaltOptimizerLayout.setHorizontalGroup( pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblOptimizerLicenseTitle) .addComponent(lblOptimizerCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane8) .addComponent(jScrollPane3))) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblOptimizerAuthorsTitle) .addComponent(lblOptimizerSiteTitle) .addComponent(lblOptimizerVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblOptimizerVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblOptimizerTitleValue, javax.swing.GroupLayout.DEFAULT_SIZE, 640, Short.MAX_VALUE) .addComponent(lblOptimizerAuthorsValue)))) .addContainerGap()) ); pnlMaltOptimizerLayout.setVerticalGroup( pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblOptimizerVersionTitle) .addComponent(lblOptimizerVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblOptimizerSiteTitle) .addComponent(lblOptimizerTitleValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblOptimizerAuthorsTitle) .addComponent(lblOptimizerAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addComponent(lblOptimizerCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMaltOptimizerLayout.createSequentialGroup() .addComponent(jScrollPane8, javax.swing.GroupLayout.DEFAULT_SIZE, 133, Short.MAX_VALUE) .addGap(8, 8, 8))) .addGroup(pnlMaltOptimizerLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane3, javax.swing.GroupLayout.DEFAULT_SIZE, 171, Short.MAX_VALUE) .addComponent(lblOptimizerLicenseTitle)) .addContainerGap()) ); tabPabel.addTab("MaltOptimizer", pnlMaltOptimizer); lblEvalVersionTitle.setText("Version:"); lblEvalVersionValue.setText("1.0"); lblEvalSiteTitle.setText("Site:"); lblEvalSiteValue.setEditable(false); lblEvalSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblEvalSiteValue.setText("http://www.maltparser.org/malteval.html"); lblEvalSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblEvalSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblEvalSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblEvalAuthorTitle.setText("Author:"); lblEvalAuthorValue.setEditable(false); lblEvalAuthorValue.setText("Jens Nilsson"); lblEvalAuthorValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblEvalCitationTitle.setText("Citation:"); lblEvalLicenseTitle.setText("License"); txtEvalLicenseValue.setColumns(20); txtEvalLicenseValue.setEditable(false); txtEvalLicenseValue.setRows(5); jScrollPane4.setViewportView(txtEvalLicenseValue); txtEvalCitationValue.setColumns(20); txtEvalCitationValue.setLineWrap(true); txtEvalCitationValue.setRows(5); txtEvalCitationValue.setText("J. Nilsson and J. Nivre, \"Malteval: An evaluation and visualization tool for dependency parsing\", in Proceedings of the Sixth International Language Resources and Evaluation, Marrakech, Morocco, May. LREC, 2008."); jScrollPane7.setViewportView(txtEvalCitationValue); javax.swing.GroupLayout pnlMaltEvalLayout = new javax.swing.GroupLayout(pnlMaltEval); pnlMaltEval.setLayout(pnlMaltEvalLayout); pnlMaltEvalLayout.setHorizontalGroup( pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEvalLicenseTitle) .addComponent(lblEvalCitationTitle)) .addGap(8, 8, 8) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane7) .addComponent(jScrollPane4))) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEvalAuthorTitle) .addComponent(lblEvalSiteTitle) .addComponent(lblEvalVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEvalSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 643, Short.MAX_VALUE) .addComponent(lblEvalAuthorValue) .addComponent(lblEvalVersionValue, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)))) .addContainerGap()) ); pnlMaltEvalLayout.setVerticalGroup( pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEvalVersionTitle) .addComponent(lblEvalVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEvalSiteTitle) .addComponent(lblEvalSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEvalAuthorTitle) .addComponent(lblEvalAuthorValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addComponent(lblEvalCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addComponent(jScrollPane7, javax.swing.GroupLayout.DEFAULT_SIZE, 107, Short.MAX_VALUE) .addGap(9, 9, 9))) .addGroup(pnlMaltEvalLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane4, javax.swing.GroupLayout.DEFAULT_SIZE, 196, Short.MAX_VALUE) .addGroup(pnlMaltEvalLayout.createSequentialGroup() .addComponent(lblEvalLicenseTitle) .addGap(0, 0, Short.MAX_VALUE))) .addContainerGap()) ); tabPabel.addTab("MaltEval", pnlMaltEval); lblCPVersionTitle.setText("Version:"); lblCPVersionValue.setText("0.33b"); lblCPSiteTitle.setText("Site:"); lblCPSiteValue.setEditable(false); lblCPSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblCPSiteValue.setText("http://code.google.com/p/clearparser"); lblCPSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblCPSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblCPSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblCPAuthorTitle.setText("Author:"); lblCPAuthorValue.setEditable(false); lblCPAuthorValue.setText("Jinho D. Choi"); lblCPAuthorValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblCPCitationTitle.setText("Citation:"); txtCPCitationValue.setColumns(20); txtCPCitationValue.setLineWrap(true); txtCPCitationValue.setRows(5); txtCPCitationValue.setText("J. D. Choi and M. Palmer, \"Getting the most out of transition-based dependency parsing\", in Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies, Portland, Oregon, USA, 2011."); jScrollPane18.setViewportView(txtCPCitationValue); lblCPLicenseTitle.setText("License"); txtCPLicenseValue.setColumns(20); txtCPLicenseValue.setEditable(false); txtCPLicenseValue.setRows(5); jScrollPane19.setViewportView(txtCPLicenseValue); javax.swing.GroupLayout pnlClearParserLayout = new javax.swing.GroupLayout(pnlClearParser); pnlClearParser.setLayout(pnlClearParserLayout); pnlClearParserLayout.setHorizontalGroup( pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlClearParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlClearParserLayout.createSequentialGroup() .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblCPLicenseTitle) .addComponent(lblCPCitationTitle)) .addGap(8, 8, 8) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane18) .addComponent(jScrollPane19))) .addGroup(pnlClearParserLayout.createSequentialGroup() .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblCPAuthorTitle) .addComponent(lblCPSiteTitle) .addComponent(lblCPVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblCPSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 643, Short.MAX_VALUE) .addComponent(lblCPAuthorValue) .addComponent(lblCPVersionValue, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)))) .addContainerGap()) ); pnlClearParserLayout.setVerticalGroup( pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlClearParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblCPVersionTitle) .addComponent(lblCPVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblCPSiteTitle) .addComponent(lblCPSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblCPAuthorTitle) .addComponent(lblCPAuthorValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlClearParserLayout.createSequentialGroup() .addComponent(lblCPCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlClearParserLayout.createSequentialGroup() .addComponent(jScrollPane18, javax.swing.GroupLayout.DEFAULT_SIZE, 107, Short.MAX_VALUE) .addGap(9, 9, 9))) .addGroup(pnlClearParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane19, javax.swing.GroupLayout.DEFAULT_SIZE, 196, Short.MAX_VALUE) .addGroup(pnlClearParserLayout.createSequentialGroup() .addComponent(lblCPLicenseTitle) .addGap(0, 0, Short.MAX_VALUE))) .addContainerGap()) ); tabPabel.addTab("ClearParser", pnlClearParser); pnlMSTParser.addComponentListener(new java.awt.event.ComponentAdapter() { public void componentShown(java.awt.event.ComponentEvent evt) { pnlMSTParser_Shown(evt); } }); lblMSTVersionTitle.setText("Version:"); lblMSTVersionValue.setText("0.5.0"); lblMSTSiteTitle.setText("Site:"); lblMSTSiteValue.setEditable(false); lblMSTSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblMSTSiteValue.setText("http://www.seas.upenn.edu/~strctlrn/MSTParser/MSTParser.html"); lblMSTSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMSTSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblMSTSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblMSTAuthorsTitle.setText("Authors:"); lblMSTAuthorsValue.setEditable(false); lblMSTAuthorsValue.setText("Ryan McDonald and Jason Baldridge"); lblMSTAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMSTCitationTitle.setText("Citation:"); lblMSTLicenseTitle.setText("License"); txtMSTLicenseValue.setColumns(20); txtMSTLicenseValue.setEditable(false); txtMSTLicenseValue.setRows(5); txtMSTLicenseValue.setText("\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n Copyright 2005 Ryan McDonald, University of Pennsylvania\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"); jScrollPane5.setViewportView(txtMSTLicenseValue); txtMSTCitationValue.setColumns(20); txtMSTCitationValue.setEditable(false); txtMSTCitationValue.setLineWrap(true); txtMSTCitationValue.setRows(5); txtMSTCitationValue.setText("R. McDonald, F. Pereira, K. Ribarov and J. Hajic, \"Non-Projective Dependency Parsing using Spanning Tree Algorithms\", HLT-EMNLP, 2005\n\nR. McDonald, K. Crammer and F. Pereira, \"Online Large-Margin Training of Dependency Parsers\", ACL, 2005\n\nR. McDonald and F. Pereira, \"Online Learning of Approximate Dependency Parsing Algorithms\", EACL, 2006"); jScrollPane6.setViewportView(txtMSTCitationValue); javax.swing.GroupLayout pnlMSTParserLayout = new javax.swing.GroupLayout(pnlMSTParser); pnlMSTParser.setLayout(pnlMSTParserLayout); pnlMSTParserLayout.setHorizontalGroup( pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserLayout.createSequentialGroup() .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMSTLicenseTitle) .addComponent(lblMSTCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane6) .addComponent(jScrollPane5))) .addGroup(pnlMSTParserLayout.createSequentialGroup() .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMSTAuthorsTitle) .addComponent(lblMSTSiteTitle) .addComponent(lblMSTVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMSTVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblMSTSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 640, Short.MAX_VALUE) .addComponent(lblMSTAuthorsValue)))) .addContainerGap()) ); pnlMSTParserLayout.setVerticalGroup( pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMSTVersionTitle) .addComponent(lblMSTVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMSTSiteTitle) .addComponent(lblMSTSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMSTAuthorsTitle) .addComponent(lblMSTAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMSTCitationTitle) .addComponent(jScrollPane6, javax.swing.GroupLayout.DEFAULT_SIZE, 100, Short.MAX_VALUE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(pnlMSTParserLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMSTLicenseTitle) .addComponent(jScrollPane5, javax.swing.GroupLayout.DEFAULT_SIZE, 206, Short.MAX_VALUE)) .addContainerGap()) ); tabPabel.addTab("MSTParser", pnlMSTParser); txtMTLicenseValue.setColumns(20); txtMTLicenseValue.setEditable(false); txtMTLicenseValue.setRows(5); jScrollPane16.setViewportView(txtMTLicenseValue); lblMTLicenseTitle.setText("License"); txtMTCitationValue.setColumns(20); txtMTCitationValue.setEditable(false); txtMTCitationValue.setLineWrap(true); txtMTCitationValue.setRows(5); txtMTCitationValue.setText("B. Bohnet, \"Top Accuracy and Fast Dependency Parsing is not a Contradiction\", The 23rd International Conference on Computational Linguistics (COLING 2010), Beijing, China, 2010."); jScrollPane17.setViewportView(txtMTCitationValue); lblMTCitationTitle.setText("Citation:"); lblMTAuthorsTitle.setText("Authors:"); lblMTAuthorsValue.setEditable(false); lblMTAuthorsValue.setText("Bernd Bohnet"); lblMTAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMTSiteTitle.setText("Site:"); lblMTSiteValue.setEditable(false); lblMTSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblMTSiteValue.setText("http://code.google.com/p/mate-tools/"); lblMTSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblMTSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblMTSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblMTVersionTitle.setText("Version:"); lblMTVersionValue.setText("3.1"); javax.swing.GroupLayout pnlMateToolsLayout = new javax.swing.GroupLayout(pnlMateTools); pnlMateTools.setLayout(pnlMateToolsLayout); pnlMateToolsLayout.setHorizontalGroup( pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMateToolsLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMateToolsLayout.createSequentialGroup() .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMTLicenseTitle) .addComponent(lblMTCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane17) .addComponent(jScrollPane16))) .addGroup(pnlMateToolsLayout.createSequentialGroup() .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMTAuthorsTitle) .addComponent(lblMTSiteTitle) .addComponent(lblMTVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMTVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblMTSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 640, Short.MAX_VALUE) .addComponent(lblMTAuthorsValue)))) .addContainerGap()) ); pnlMateToolsLayout.setVerticalGroup( pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMateToolsLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMTVersionTitle) .addComponent(lblMTVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMTSiteTitle) .addComponent(lblMTSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblMTAuthorsTitle) .addComponent(lblMTAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMTCitationTitle) .addComponent(jScrollPane17, javax.swing.GroupLayout.DEFAULT_SIZE, 100, Short.MAX_VALUE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(pnlMateToolsLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblMTLicenseTitle) .addComponent(jScrollPane16, javax.swing.GroupLayout.DEFAULT_SIZE, 206, Short.MAX_VALUE)) .addContainerGap()) ); tabPabel.addTab("Mate-Tools", pnlMateTools); pnlEnsemble.addComponentListener(new java.awt.event.ComponentAdapter() { public void componentShown(java.awt.event.ComponentEvent evt) { pnlEnsemble_Shown(evt); } }); lblEnsembleVersionTitle.setText("Version:"); lblEnsembleVersionValue.setText("Initial release"); lblEnsembleSiteTitle.setText("Site:"); lblEnsembleSiteValue.setEditable(false); lblEnsembleSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblEnsembleSiteValue.setText("http://www.surdeanu.name/mihai/ensemble/"); lblEnsembleSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblEnsembleSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblEnsembleSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblEnsembleAuthorsTitle.setText("Authors:"); lblEnsembleAuthorsValue.setEditable(false); lblEnsembleAuthorsValue.setText("Mihai Surdeanu, David McClosky and Christopher Manning"); lblEnsembleAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblEnsembleCitationTitle.setText("Citation:"); txtEnsembleCitationValue.setColumns(20); txtEnsembleCitationValue.setEditable(false); txtEnsembleCitationValue.setLineWrap(true); txtEnsembleCitationValue.setRows(5); txtEnsembleCitationValue.setText("M. Surdeanu and C. D. Manning, \"Ensemble Models for Dependency Parsing: Cheap and Good?\", in Proceedings of the North American Chapter of the Association for Computational Linguistics Conference (NAACL-2010), 2010."); jScrollPane10.setViewportView(txtEnsembleCitationValue); lblEnsembleLicenseTitle.setText("License"); txtEnsembleLicenseValue.setColumns(20); txtEnsembleLicenseValue.setEditable(false); txtEnsembleLicenseValue.setRows(5); txtEnsembleLicenseValue.setText("\t\t GNU GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n\t\t\t Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it. (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.) You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must show them these terms so they know their\nrights.\n\n We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary. To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\t\t GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License. The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage. (Hereinafter, translation is included without limitation in\nthe term \"modification\".) Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n 1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n 2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) You must cause the modified files to carry prominent notices\n stating that you changed the files and the date of any change.\n\n b) You must cause any work that you distribute or publish, that in\n whole or in part contains or is derived from the Program or any\n part thereof, to be licensed as a whole at no charge to all third\n parties under the terms of this License.\n\n c) If the modified program normally reads commands interactively\n when run, you must cause it, when started running for such\n interactive use in the most ordinary way, to print or display an\n announcement including an appropriate copyright notice and a\n notice that there is no warranty (or else, saying that you provide\n a warranty) and that users may redistribute the program under\n these conditions, and telling the user how to view a copy of this\n License. (Exception: if the Program itself is interactive but\n does not normally print such an announcement, your work based on\n the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n a) Accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of Sections\n 1 and 2 above on a medium customarily used for software interchange; or,\n\n b) Accompany it with a written offer, valid for at least three\n years, to give any third party, for a charge no more than your\n cost of physically performing source distribution, a complete\n machine-readable copy of the corresponding source code, to be\n distributed under the terms of Sections 1 and 2 above on a medium\n customarily used for software interchange; or,\n\n c) Accompany it with the information you received as to the offer\n to distribute corresponding source code. (This alternative is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form with such\n an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it. For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable. However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License. Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n 5. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n 7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded. In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n 9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n 10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n\t\t\t NO WARRANTY\n\n 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n\t\t END OF TERMS AND CONDITIONS\n\n\t How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n <one line to give the program's name and a brief idea of what it does.>\n Copyright (C) 19yy <name of author>\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this\nwhen it starts in an interactive mode:\n\n Gnomovision version 69, Copyright (C) 19yy name of author\n Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License. Of course, the commands you use may\nbe called something other than `show w' and `show c'; they could even be\nmouse-clicks or menu items--whatever suits your program.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\n <signature of Ty Coon>, 1 April 1989\n Ty Coon, President of Vice\n\nThis General Public License does not permit incorporating your program into\nproprietary programs. If your program is a subroutine library, you may\nconsider it more useful to permit linking proprietary applications with the\nlibrary. If this is what you want to do, use the GNU Library General\nPublic License instead of this License.\n"); jScrollPane11.setViewportView(txtEnsembleLicenseValue); javax.swing.GroupLayout pnlEnsembleLayout = new javax.swing.GroupLayout(pnlEnsemble); pnlEnsemble.setLayout(pnlEnsembleLayout); pnlEnsembleLayout.setHorizontalGroup( pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlEnsembleLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlEnsembleLayout.createSequentialGroup() .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEnsembleLicenseTitle) .addComponent(lblEnsembleCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane10) .addComponent(jScrollPane11))) .addGroup(pnlEnsembleLayout.createSequentialGroup() .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEnsembleAuthorsTitle) .addComponent(lblEnsembleSiteTitle) .addComponent(lblEnsembleVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEnsembleVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblEnsembleSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 640, Short.MAX_VALUE) .addComponent(lblEnsembleAuthorsValue)))) .addContainerGap()) ); pnlEnsembleLayout.setVerticalGroup( pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlEnsembleLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEnsembleVersionTitle) .addComponent(lblEnsembleVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEnsembleSiteTitle) .addComponent(lblEnsembleSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblEnsembleAuthorsTitle) .addComponent(lblEnsembleAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblEnsembleCitationTitle) .addComponent(jScrollPane10, javax.swing.GroupLayout.DEFAULT_SIZE, 95, Short.MAX_VALUE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(pnlEnsembleLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane11, javax.swing.GroupLayout.DEFAULT_SIZE, 211, Short.MAX_VALUE) .addGroup(pnlEnsembleLayout.createSequentialGroup() .addComponent(lblEnsembleLicenseTitle) .addGap(0, 0, Short.MAX_VALUE))) .addContainerGap()) ); tabPabel.addTab("Ensemble", pnlEnsemble); pnlMaltBlender.addComponentListener(new java.awt.event.ComponentAdapter() { public void componentShown(java.awt.event.ComponentEvent evt) { pnlMaltBlender_Shown(evt); } }); lblBlenderVersionTitle.setText("Version:"); lblBlenderVersionValue.setText("0.0.1"); lblBlenderSiteTitle.setText("Site:"); lblBlenderSiteValue.setEditable(false); lblBlenderSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblBlenderSiteValue.setText("http://w3.msi.vxu.se/users/jni/blend/"); lblBlenderSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblBlenderSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblBlenderSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblBlenderAuthorTitle.setText("Author:"); lblBlenderAuthorValue.setEditable(false); lblBlenderAuthorValue.setText("Jens Nilsson"); lblBlenderAuthorValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblBlenderCitationTitle.setText("Citation:"); txtBlenderCitationValue.setColumns(20); txtBlenderCitationValue.setEditable(false); txtBlenderCitationValue.setLineWrap(true); txtBlenderCitationValue.setRows(5); txtBlenderCitationValue.setText("K. Sagae, and A. Lavie, \"Parser combination by reparsing\", in Proceedings of the 2006 Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics - short papers (HLT-NAACL'06), New York, NY, 2006\n\nJ. Hall, J. Nilsson, J. Nivre, G. Eryigit, B. Megyesi, M. Nilsson, M. Saers, \"Single Malt or Blended? A Study in Multilingual Parser Optimization\", in Proceedings of the Conference on Empirical Methods in Natural Language Processing and Conference on Computational Natural Language Learning (EMNLP-CoNLL), Prauge, Czech Republic, pp. 933-939, 2007"); jScrollPane12.setViewportView(txtBlenderCitationValue); lblBlenderLicenseTitle.setText("License"); txtBlenderLicenseValue.setColumns(20); txtBlenderLicenseValue.setEditable(false); txtBlenderLicenseValue.setRows(5); jScrollPane13.setViewportView(txtBlenderLicenseValue); javax.swing.GroupLayout pnlMaltBlenderLayout = new javax.swing.GroupLayout(pnlMaltBlender); pnlMaltBlender.setLayout(pnlMaltBlenderLayout); pnlMaltBlenderLayout.setHorizontalGroup( pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblBlenderLicenseTitle) .addComponent(lblBlenderCitationTitle)) .addGap(6, 6, 6) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane12) .addComponent(jScrollPane13))) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblBlenderAuthorTitle) .addComponent(lblBlenderSiteTitle) .addComponent(lblBlenderVersionTitle)) .addGap(8, 8, 8) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblBlenderVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblBlenderSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 645, Short.MAX_VALUE) .addComponent(lblBlenderAuthorValue)))) .addContainerGap()) ); pnlMaltBlenderLayout.setVerticalGroup( pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblBlenderVersionTitle) .addComponent(lblBlenderVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblBlenderSiteTitle) .addComponent(lblBlenderSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblBlenderAuthorTitle) .addComponent(lblBlenderAuthorValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addComponent(lblBlenderCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMaltBlenderLayout.createSequentialGroup() .addComponent(jScrollPane12, javax.swing.GroupLayout.DEFAULT_SIZE, 136, Short.MAX_VALUE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED))) .addGroup(pnlMaltBlenderLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane13, javax.swing.GroupLayout.DEFAULT_SIZE, 170, Short.MAX_VALUE) .addComponent(lblBlenderLicenseTitle)) .addContainerGap()) ); tabPabel.addTab("MaltBlender", pnlMaltBlender); lblStackedVersionTitle.setText("Version:"); lblStackedVersionValue.setText("1.0"); lblStackedSiteTitle.setText("Site:"); lblStackedSiteValue.setEditable(false); lblStackedSiteValue.setForeground(new java.awt.Color(0, 102, 204)); lblStackedSiteValue.setText("http://www.ark.cs.cmu.edu/MSTParserStacked/"); lblStackedSiteValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblStackedSiteValue.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); lblStackedSiteValue.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { link_Click(evt); } }); lblStackedAuthorsTitle.setText("Authors:"); lblStackedAuthorsValue.setEditable(false); lblStackedAuthorsValue.setText("André Martins and Dipanjan Das"); lblStackedAuthorsValue.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1)); lblStackedCitationTitle.setText("Citation:"); txtStackedCitationValue.setColumns(20); txtStackedCitationValue.setEditable(false); txtStackedCitationValue.setLineWrap(true); txtStackedCitationValue.setRows(5); txtStackedCitationValue.setText("A. F. T. Martins, D. Das, N. A. Smith, and E. P. Xing, \"Stacking Dependency Parsers\", in Proceedings of the Conference on Empirical Methods in Natural Language Processing, Waikiki, HI, October 2008."); jScrollPane14.setViewportView(txtStackedCitationValue); lblStackedLicenseTitle.setText("License"); txtStackedLicenseValue.setColumns(20); txtStackedLicenseValue.setEditable(false); txtStackedLicenseValue.setRows(5); jScrollPane15.setViewportView(txtStackedLicenseValue); javax.swing.GroupLayout pnlMSTParserStackedLayout = new javax.swing.GroupLayout(pnlMSTParserStacked); pnlMSTParserStacked.setLayout(pnlMSTParserStackedLayout); pnlMSTParserStackedLayout.setHorizontalGroup( pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblStackedLicenseTitle) .addComponent(lblStackedCitationTitle)) .addGap(11, 11, 11) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane14) .addComponent(jScrollPane15))) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblStackedAuthorsTitle) .addComponent(lblStackedSiteTitle) .addComponent(lblStackedVersionTitle)) .addGap(10, 10, 10) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(lblStackedVersionValue, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(lblStackedSiteValue, javax.swing.GroupLayout.DEFAULT_SIZE, 640, Short.MAX_VALUE) .addComponent(lblStackedAuthorsValue)))) .addContainerGap()) ); pnlMSTParserStackedLayout.setVerticalGroup( pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addContainerGap() .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblStackedVersionTitle) .addComponent(lblStackedVersionValue)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblStackedSiteTitle) .addComponent(lblStackedSiteValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(lblStackedAuthorsTitle) .addComponent(lblStackedAuthorsValue, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addComponent(lblStackedCitationTitle) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addComponent(jScrollPane14, javax.swing.GroupLayout.DEFAULT_SIZE, 141, Short.MAX_VALUE) .addGap(7, 7, 7))) .addGroup(pnlMSTParserStackedLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(pnlMSTParserStackedLayout.createSequentialGroup() .addComponent(lblStackedLicenseTitle) .addGap(0, 0, Short.MAX_VALUE)) .addComponent(jScrollPane15, javax.swing.GroupLayout.DEFAULT_SIZE, 164, Short.MAX_VALUE)) .addContainerGap()) ); tabPabel.addTab("MSTParserStacked", pnlMSTParserStacked); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 101, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(lblToolsList)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(tabPabel) .addContainerGap()) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(lblToolsList) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jScrollPane1)) .addComponent(tabPabel, javax.swing.GroupLayout.DEFAULT_SIZE, 443, Short.MAX_VALUE)) .addContainerGap()) ); getAccessibleContext().setAccessibleName("About Dependency Parser Toolbox"); pack(); }// </editor-fold>//GEN-END:initComponents private void lstTools_ValueChanged(javax.swing.event.ListSelectionEvent evt) {//GEN-FIRST:event_lstTools_ValueChanged tabPabel.setSelectedIndex(lstTools.getSelectedIndex()); }//GEN-LAST:event_lstTools_ValueChanged private void pnlMaltParser_Shown(java.awt.event.ComponentEvent evt) {//GEN-FIRST:event_pnlMaltParser_Shown txtMaltLicenseValue.setBounds(0, 0, 0, 0); }//GEN-LAST:event_pnlMaltParser_Shown private void pnlMaltOptimizer_Shown(java.awt.event.ComponentEvent evt) {//GEN-FIRST:event_pnlMaltOptimizer_Shown txtOptimizerCitationValue.setBounds(0, 0, 0, 0); txtOptimizerLicenseValue.setBounds(0, 0, 0, 0); }//GEN-LAST:event_pnlMaltOptimizer_Shown private void pnlMSTParser_Shown(java.awt.event.ComponentEvent evt) {//GEN-FIRST:event_pnlMSTParser_Shown txtMSTCitationValue.setBounds(0, 0, 0, 0); txtMSTLicenseValue.setBounds(0, 0, 0, 0); }//GEN-LAST:event_pnlMSTParser_Shown private void pnlEnsemble_Shown(java.awt.event.ComponentEvent evt) {//GEN-FIRST:event_pnlEnsemble_Shown txtEnsembleCitationValue.setBounds(0, 0, 0, 0); txtEnsembleLicenseValue.setBounds(0, 0, 0, 0); }//GEN-LAST:event_pnlEnsemble_Shown private void pnlMaltBlender_Shown(java.awt.event.ComponentEvent evt) {//GEN-FIRST:event_pnlMaltBlender_Shown txtBlenderCitationValue.setBounds(0, 0, 0, 0); }//GEN-LAST:event_pnlMaltBlender_Shown private void link_Click(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_link_Click JTextField link = (JTextField) evt.getSource(); openSite(link.getText()); }//GEN-LAST:event_link_Click private void openSite(String site) { try { URI url = new URI(site); Desktop.getDesktop().browse(url); } catch(URISyntaxException | IOException ex) {} } /** * @param args the command line arguments */ public static void main(String args[]) { /* * Set the Nimbus look and feel */ //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) "> /* * If Nimbus (introduced in Java SE 6) is not available, stay with the * default look and feel. For details see * http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(DpAbout.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); } //</editor-fold> /* * Create and display the dialog */ java.awt.EventQueue.invokeLater(new Runnable() { @Override public void run() { DpAbout dialog = new DpAbout(new javax.swing.JFrame(), true); dialog.addWindowListener(new java.awt.event.WindowAdapter() { @Override public void windowClosing(java.awt.event.WindowEvent e) { System.exit(0); } }); dialog.setVisible(true); } }); } // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JScrollPane jScrollPane1; private javax.swing.JScrollPane jScrollPane10; private javax.swing.JScrollPane jScrollPane11; private javax.swing.JScrollPane jScrollPane12; private javax.swing.JScrollPane jScrollPane13; private javax.swing.JScrollPane jScrollPane14; private javax.swing.JScrollPane jScrollPane15; private javax.swing.JScrollPane jScrollPane16; private javax.swing.JScrollPane jScrollPane17; private javax.swing.JScrollPane jScrollPane18; private javax.swing.JScrollPane jScrollPane19; private javax.swing.JScrollPane jScrollPane2; private javax.swing.JScrollPane jScrollPane20; private javax.swing.JScrollPane jScrollPane21; private javax.swing.JScrollPane jScrollPane3; private javax.swing.JScrollPane jScrollPane4; private javax.swing.JScrollPane jScrollPane5; private javax.swing.JScrollPane jScrollPane6; private javax.swing.JScrollPane jScrollPane7; private javax.swing.JScrollPane jScrollPane8; private javax.swing.JScrollPane jScrollPane9; private javax.swing.JLabel lblBlenderAuthorTitle; private javax.swing.JTextField lblBlenderAuthorValue; private javax.swing.JLabel lblBlenderCitationTitle; private javax.swing.JLabel lblBlenderLicenseTitle; private javax.swing.JLabel lblBlenderSiteTitle; private javax.swing.JTextField lblBlenderSiteValue; private javax.swing.JLabel lblBlenderVersionTitle; private javax.swing.JLabel lblBlenderVersionValue; private javax.swing.JLabel lblCPAuthorTitle; private javax.swing.JTextField lblCPAuthorValue; private javax.swing.JLabel lblCPCitationTitle; private javax.swing.JLabel lblCPLicenseTitle; private javax.swing.JLabel lblCPSiteTitle; private javax.swing.JTextField lblCPSiteValue; private javax.swing.JLabel lblCPVersionTitle; private javax.swing.JLabel lblCPVersionValue; private javax.swing.JLabel lblEnsembleAuthorsTitle; private javax.swing.JTextField lblEnsembleAuthorsValue; private javax.swing.JLabel lblEnsembleCitationTitle; private javax.swing.JLabel lblEnsembleLicenseTitle; private javax.swing.JLabel lblEnsembleSiteTitle; private javax.swing.JTextField lblEnsembleSiteValue; private javax.swing.JLabel lblEnsembleVersionTitle; private javax.swing.JLabel lblEnsembleVersionValue; private javax.swing.JLabel lblEvalAuthorTitle; private javax.swing.JTextField lblEvalAuthorValue; private javax.swing.JLabel lblEvalCitationTitle; private javax.swing.JLabel lblEvalLicenseTitle; private javax.swing.JLabel lblEvalSiteTitle; private javax.swing.JTextField lblEvalSiteValue; private javax.swing.JLabel lblEvalVersionTitle; private javax.swing.JLabel lblEvalVersionValue; private javax.swing.JLabel lblMSTAuthorsTitle; private javax.swing.JTextField lblMSTAuthorsValue; private javax.swing.JLabel lblMSTCitationTitle; private javax.swing.JLabel lblMSTLicenseTitle; private javax.swing.JLabel lblMSTSiteTitle; private javax.swing.JTextField lblMSTSiteValue; private javax.swing.JLabel lblMSTVersionTitle; private javax.swing.JLabel lblMSTVersionValue; private javax.swing.JLabel lblMTAuthorsTitle; private javax.swing.JTextField lblMTAuthorsValue; private javax.swing.JLabel lblMTCitationTitle; private javax.swing.JLabel lblMTLicenseTitle; private javax.swing.JLabel lblMTSiteTitle; private javax.swing.JTextField lblMTSiteValue; private javax.swing.JLabel lblMTVersionTitle; private javax.swing.JLabel lblMTVersionValue; private javax.swing.JLabel lblMaltAuthorsTitle; private javax.swing.JTextField lblMaltAuthorsValue; private javax.swing.JLabel lblMaltCitationTitle; private javax.swing.JLabel lblMaltConverterAuthorsTitle; private javax.swing.JTextField lblMaltConverterAuthorsValue; private javax.swing.JLabel lblMaltConverterCitationTitle; private javax.swing.JLabel lblMaltConverterLicenseTitle; private javax.swing.JLabel lblMaltConverterSiteTitle; private javax.swing.JTextField lblMaltConverterSiteValue; private javax.swing.JLabel lblMaltConverterVersionTitle; private javax.swing.JLabel lblMaltConverterVersionValue; private javax.swing.JLabel lblMaltLicenseTitle; private javax.swing.JLabel lblMaltSiteTitle; private javax.swing.JTextField lblMaltSiteValue; private javax.swing.JLabel lblMaltVersionTitle; private javax.swing.JLabel lblMaltVersionValue; private javax.swing.JLabel lblOptimizerAuthorsTitle; private javax.swing.JTextField lblOptimizerAuthorsValue; private javax.swing.JLabel lblOptimizerCitationTitle; private javax.swing.JLabel lblOptimizerLicenseTitle; private javax.swing.JLabel lblOptimizerSiteTitle; private javax.swing.JTextField lblOptimizerTitleValue; private javax.swing.JLabel lblOptimizerVersionTitle; private javax.swing.JLabel lblOptimizerVersionValue; private javax.swing.JLabel lblStackedAuthorsTitle; private javax.swing.JTextField lblStackedAuthorsValue; private javax.swing.JLabel lblStackedCitationTitle; private javax.swing.JLabel lblStackedLicenseTitle; private javax.swing.JLabel lblStackedSiteTitle; private javax.swing.JTextField lblStackedSiteValue; private javax.swing.JLabel lblStackedVersionTitle; private javax.swing.JLabel lblStackedVersionValue; private javax.swing.JLabel lblToolsList; private javax.swing.JList lstTools; private javax.swing.JPanel pnlClearParser; private javax.swing.JPanel pnlEnsemble; private javax.swing.JPanel pnlMSTParser; private javax.swing.JPanel pnlMSTParserStacked; private javax.swing.JPanel pnlMaltBlender; private javax.swing.JPanel pnlMaltConverter; private javax.swing.JPanel pnlMaltEval; private javax.swing.JPanel pnlMaltOptimizer; private javax.swing.JPanel pnlMaltParser; private javax.swing.JPanel pnlMateTools; private javax.swing.JTabbedPane tabPabel; private javax.swing.JTextArea txtBlenderCitationValue; private javax.swing.JTextArea txtBlenderLicenseValue; private javax.swing.JTextArea txtCPCitationValue; private javax.swing.JTextArea txtCPLicenseValue; private javax.swing.JTextArea txtEnsembleCitationValue; private javax.swing.JTextArea txtEnsembleLicenseValue; private javax.swing.JTextArea txtEvalCitationValue; private javax.swing.JTextArea txtEvalLicenseValue; private javax.swing.JTextArea txtMSTCitationValue; private javax.swing.JTextArea txtMSTLicenseValue; private javax.swing.JTextArea txtMTCitationValue; private javax.swing.JTextArea txtMTLicenseValue; private javax.swing.JTextArea txtMaltCitationValue; private javax.swing.JTextArea txtMaltConverterCitationValue; private javax.swing.JTextArea txtMaltConverterLicenseValue; private javax.swing.JTextArea txtMaltLicenseValue; private javax.swing.JTextArea txtOptimizerCitationValue; private javax.swing.JTextArea txtOptimizerLicenseValue; private javax.swing.JTextArea txtStackedCitationValue; private javax.swing.JTextArea txtStackedLicenseValue; // End of variables declaration//GEN-END:variables }