GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java

 Print  |  
Question:  Which method of the Component class is used to set the position andsize of a component

Answer: setBounds()


October 10, 2005 09:20:33 #4
 sairambobby J2EE Expert  Member Since: October 2005    Total Comments: 1 

RE: Which method of the Component class is used to set...
 
component.setBounds(-,-,-,-);
     

 

Back To Question