public class FocusRequestor
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private java.awt.Component |
objcComponent
The component backing this instance
|
Constructor and Description |
---|
FocusRequestor(java.awt.Component objaComponent)
Class constructor - takes in component that is to receive the input
focus
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Requests that the component (from the constructor) gets the input focus.
|
private java.awt.Component objcComponent