It's included with the jdk. Under your java directory, such as "C:\Program Files\Java\jdk1.5.0\", there's a src.zip file that contains the source. If you just want to extend the class, you don't need the source, just extend it like you would any other class.
Message was edited by:
hunter9000