What are the names of Component subclasses that support
painting?
Answer Posted / pradip mishra(b-tech it)
Assistive technologies — voice interfaces, screen readers,
alternate input devices, and so on — are useful not only
for people with disabilities, but also for people using
computers in non-office environments. For example, if
you're stuck in a traffic jam, you might use assistive
technologies to check your email, using only voice input
and output. The information that enables assistive
technologies can be used for other tools, as well, such as
automated GUI testers and input devices such as
touchscreens. Assistive technologies get information from
components using the Accessibility API,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where are variables stored?
What is the default value of an object reference declared as an instance variable?
How do you change an int to a string?
What is parsing in java?
Explain implementation and how is it different from conversion?
What is static and final keyword in java?
How much is a java license?
Does apple use java?
What is a string token?
What is java lang string?
What is main in java?
Why do we need wrapper class?
What is meant by interface?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
How to display names of all components in a Container?