Java Swing Programming Question:
Which method of the Component class is used to set the position and size of a component?

Answer:
setBounds
Method of the Component class is used to set the position and size of a component.
Method of the Component class is used to set the position and size of a component.
Previous Question | Next Question |
Which containers use a FlowLayout as their default layout? | What is the What is the difference between invokeAndWait() and invokeLater()? ? |