Class SwappableComposedImage

java.lang.Object
  extended bySwappableComposedImage

public class SwappableComposedImage
extends java.lang.Object


Field Summary
(package private)  Picture composeMe
           
(package private)  int locx
           
(package private)  int locy
           
(package private)  javax.swing.JLabel myLabel
           
(package private)  javax.swing.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

javax.swing.JFrame myWindow

myLabel

javax.swing.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()