org.game.JVirus.res
Class Resource

java.lang.Object
  |
  +--org.game.JVirus.res.Resource

public final class Resource
extends java.lang.Object

this class has no function. It is only as pointer ro the resources. The images and sound files are in the same directory as the Resource class. So the call of Resource.class.getResource(String name) get the resource.

See Also:
Images, Sound, Levels

Constructor Summary
Resource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource()