|
| Total Answers and Comments: 4 |
Last Update: October 27, 2005 |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. | |
October 02, 2005 07:38:17 | #3 |
| kanniappan |
|
|
RE: Which method of the Component class is used to set...
| setBounds(int x, int y, ing width, int height): It is a method of a component to location and size a component. But it will work only when the container doesn't have any one of default managers. If a component already has any one of default layouts then the size and location of the component is desided by the layout manager.
|  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|