Example usage for Java javax.swing JLayer fields, constructors, methods, implement or subclass
The text is from its open source code.
JLayer(V view, LayerUI Creates a new JLayer object with the specified view component and javax.swing.plaf.LayerUI object. |
V | getView() Returns the JLayer 's view component or null . |
void | repaint() Repaints this component. |
void | setLayerEventMask(long layerEventMask) Enables the events from JLayer and all its descendants defined by the specified event mask parameter to be delivered to the LayerUI#eventDispatched(AWTEvent,JLayer) method. |