1.

JFramemyFrame = new JFrame (); Any command (such as the one listed above) which creates a new object of a specific class (in this case a new JFrame object called myFrame) is generally called a ...

A. Constructor
B. Layout manager
C. Parameter
D. GUI
Answer» B. Layout manager


Discussion

No Comment Found