(DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel)
| 691 | private static final ImageIcon upIcon = new ImageIcon( Toolkit.getDefaultToolkit().createImage(new MemoryImageSource(16,16,iconCM,_uparrow1_data,0,16))); |
| 692 | |
| 693 | public TreePanel (DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel) { |
| 694 | new TreePanel(root,pcp,isMainPanel,null); |
| 695 | } |
| 696 | |
| 697 | public TreePanel(DefaultMutableTreeNode root, ControlPanel pcp, boolean isMainPanel, Point location) { |
| 698 | this.root=root; |
nothing calls this directly
no test coverage detected