Trying to create a game using the standard libraries

As the subject title states I want to create a game that uses only the standard java libraries. I am using jre7 last I knew if that is helpful.

I am using netbeans as well. I want it to be an isometric game and have no external images, if at all possible. I want to create the tiles and objects using Java’s native graphic drawing libraries… Is that possible?