Searched refs:componentTree (Results 1 – 2 of 2) sorted by relevance
55 private JTree componentTree; field in ChooseComponents77 componentTree = new JTree(root); in ChooseComponents()78 componentTree.setShowsRootHandles(true); in ChooseComponents()79 componentTree.setRootVisible(false); in ChooseComponents()80 componentTree.setVisibleRowCount(3); in ChooseComponents()81 componentTree.setCellRenderer(new TreeNodeRenderer()); in ChooseComponents()82 componentTree.addMouseListener( this ); in ChooseComponents()83 componentTree.addKeyListener( this ); in ChooseComponents()85 componentTree.addTreeSelectionListener(this); in ChooseComponents()106 add(new JScrollPane(componentTree), BorderLayout.CENTER); in ChooseComponents()[all …]
56 private JTree componentTree; field in ChooseUninstallationComponents78 componentTree = new JTree(root); in ChooseUninstallationComponents()79 componentTree.setShowsRootHandles(true); in ChooseUninstallationComponents()80 componentTree.setRootVisible(false); in ChooseUninstallationComponents()81 componentTree.setVisibleRowCount(3); in ChooseUninstallationComponents()82 componentTree.setCellRenderer(new TreeNodeRenderer()); in ChooseUninstallationComponents()83 componentTree.addMouseListener( this ); in ChooseUninstallationComponents()84 componentTree.addKeyListener( this ); in ChooseUninstallationComponents()86 componentTree.addTreeSelectionListener(this); in ChooseUninstallationComponents()108 add(new JScrollPane(componentTree), BorderLayout.CENTER); in ChooseUninstallationComponents()[all …]
Completed in 24 milliseconds