Search in sources :

Example 1 with JarListPanel

use of org.knime.base.node.jsnippet.ui.JarListPanel in project knime-core by knime.

the class JavaSnippetNodeDialog method createAdditionalLibsPanel.

private JPanel createAdditionalLibsPanel() {
    m_jarPanel = new JarListPanel();
    m_jarPanel.addListDataListener(forceReparseListener);
    return m_jarPanel;
}
Also used : JarListPanel(org.knime.base.node.jsnippet.ui.JarListPanel)

Aggregations

JarListPanel (org.knime.base.node.jsnippet.ui.JarListPanel)1