Name the method, to expand & collapse nodes in a Jtree?
Answer / jayati
JTree provides a set of methods that you can use to expand
or collapse parts of the tree
public void expandRow (int row)
public void collapseRow(int row)
public void expandPath(TreePath path)
public void collapsePath(TreePath path)
| Is This Answer Correct ? | 15 Yes | 0 No |
What is meant by JFC?
What is the what is the difference between invokeandwait() and invokelater()? ?
What is the class in swing to change the appearance of the frame in runtime?
What is swing container?
what do u mean by GUI framework
What are heavy weight components ?
Write a program to paint the off-screen buffer in swings
can we create a object in static block class A { static { A a=new A(); } }
What is the use of double buffering in swings?
What are the advantages of java swing over angular?
What are the swing components?
What are swing components in java?