In the following program code, the adapter class has been used. This class has been used as an anonymous inner class to draw a rectangle within an applet. This example demonstrates the functionality of the mouse press. That is on every click of the mouse from top left corner, we get a rectangle on the release of the bottom right.
The following program demonstrates the functionality of adapter class.
|
Output of the program:
| C:\newprgrm>javac AdapterDemo.java C:\newprgrm>appletviewer AdapterDemo.html C:\newprgrm> |

|
Recommend the tutorial |



Ask Questions? Discuss: Adapters Example View All Comments
Post your Comment