-
contains
public boolean contains(JComponent a,
int b,
int c)
Invokes the contains method on each UI handled by this object.
-
Overrides:
-
contains in class ComponentUI
-
Parameters:
-
a - the component where the x,y location is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components
-
b - the x coordinate of the point
-
c - the y coordinate of the point
-
Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
-
See Also:
-
JComponent.contains(int, int) , Component.contains(int, int)
|
|