Class SwappableComposedImage

java.lang.Object
  extended bySwappableComposedImage

public class SwappableComposedImage
extends Object


Field Summary
(package private)  Picture composeMe
           
(package private)  int locx
           
(package private)  int locy
           
(package private)  JLabel myLabel
           
(package private)  JFrame myWindow
           
 
Constructor Summary
SwappableComposedImage()
           
 
Method Summary
 void getImage()
           
 void makeMe()
           
 void setLoc(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

composeMe

Picture composeMe

myWindow

JFrame myWindow

myLabel

JLabel myLabel

locx

int locx

locy

int locy
Constructor Detail

SwappableComposedImage

public SwappableComposedImage()
Method Detail

makeMe

public void makeMe()

setLoc

public void setLoc(int x,
                   int y)

getImage

public void getImage()