Which constructor below creates a JInternalFrame that is resizable, closable, maximizable, and minimizable?

a. JInternalFrame frame =
new JInternalFrame("Internal Frame", true, true, true, true);

b. JInternalFrame frame =
new JInternalFrame("Internal Frame", true, true, false, true);

c. JInternalFrame frame =
new JInternalFrame("Internal Frame", true, true, true, false);

d. JInternalFrame frame =
new JInternalFrame("Internal Frame", false, false, true, true);

a. JInternalFrame frame =
new JInternalFrame("Internal Frame", true, true, true, true);

Computer Science & Information Technology

You might also like to view...

To add a shape to a lower level of an organization chart, click Add Shape, and then click:

A) Add Shape After. B) Add Shape Below. C) Add Shape Above. D) Add Shape Before.

Computer Science & Information Technology

In the function LEFT(S,3), the parameter(s):

a. Is LEFT. b. Are S and 3. c. Is S. d. Is 3.

Computer Science & Information Technology