Packages that use LayerUI
Package |
Description |
javax.swing |
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
|
-
Methods in javax.swing with parameters of type LayerUI
Modifier and Type |
Method |
Description |
void |
JLayer.setUI(LayerUI<? super V> ui) |
Sets the LayerUI which will perform painting
and receive input events for this JLayer .
|