How can you set an applet’s height and width as a percentage?
Answer / Manvendra Singh
To set an Applet's height and width as a percentage, you can use the applet's init() method to get the width and height of the applet area (usually specified in HTML) and then calculate the desired percentage values.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you remove duplicates in java?
What does substring mean?
what is hashmap& hashtable with example?
Why constructor has no return type?
Can we override static methods in java?
What does opcode mean?
Can we sort set in java?
write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.
What is protected in java?
Which graphs are functions?
Which is faster set or list in java?
What is a treeset in java?