Name the methods in mouse listeners ?
Answers were Sorted based on User's Feedback
Answer / jack
mouse pressed
mouse exited
mouse entered
mouse released
mouse clicked
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
mouseclick
mousedoubleclick
mouseover
mousepressed
mousereleased
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / a srinivas rao
methods in mouse listener are nothing but what actions that
can be performed through a mouse.for example the following
are the actions we can perform i..e..,
-mouseclick
-mousedoubleclick
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between variable & constant?
Name the methods that used to get and set the text label displayed by a Buttonobject?
What is the maximum length of a url?
Why we can not force Garbage Collection?
Explain about anonymous inner classes ?
why did you choose your career in IT?
Explain about features of local inner class?
What is parsing a sentence?
How many characters is 16 bytes?
Is namespace same as package in java?
If you do not want your class to be inherited by any other class. What would you do?
Variable of the boolean type is automatically initialized as?