To remove two nodes node1 and node2 from a pane, use ______.

a. pane.remove(node1, node2);
b. pane.removeAll(node1, node2);
c. pane.getChildren().remove(node1, node2);
d. pane.getChildren().removeAll(node1, node2);


d

Computer Science & Information Technology

You might also like to view...

__________ are used to send large volumes of unwanted e-mail.

A. Rootkits B. Spammer programs C. Downloaders D. Auto-rooters

Computer Science & Information Technology

Each page in a Web site must have the same page properties.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is NOT a mode used by block ciphers?

A. ECB B. CBC C. CFB D. CTR E. IV

Computer Science & Information Technology

A CA certificate signed by another CA's private key is referred as a(n) ____.

A. self-signed CA B. root CA C. intermediate CA D. top-level CA

Computer Science & Information Technology