
Set the Cursor for Your Components
All AWT component classes have a setCursor() method that allows for dynamically setting the cursor for a particular component and any subcomponents.For example, if you set the cursor for a Panel, all the components added to that Panel will inherit the Panel’s cursor unless the components explicitly override it. Once