+ 4
What does getContentPane() do exactly?
2 odpowiedzi
+ 2
getContentPane() retrieves the content pane object from the frame object so that other objects (text boxes, buttons, etc) may be applied to it or properties (color, etc) may be changed.
+ 1
it returns an object (Container) that wraps a list of components of a window