TImage extends [TComponent] is a component that stores an image.
Autor: [ShookTea]
Since: [stGUIL 1.0]
Version: 1.0
Primary constructor:
public TImage(Image img, int x, int y) - creating an component and set their position to X, Y.
Overrided:
public void repaint() - doesn't do anything.
public Image getImage() - returning an image of component.