arcade.store.gui
Class GamePurchaseView

java.lang.Object
  extended by arcade.store.gui.GamePurchaseView

public class GamePurchaseView
extends java.lang.Object


Constructor Summary
GamePurchaseView(Control control)
           
 
Method Summary
 javax.swing.JLabel getCoverArt()
           
 javax.swing.JTextArea getDescriptionField()
          This method initializes descriptionField
 javax.swing.JTextField getPriceField()
          This method initializes priceField
 javax.swing.JTextField getTitleField()
          This method initializes titleField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GamePurchaseView

public GamePurchaseView(Control control)
Method Detail

getCoverArt

public javax.swing.JLabel getCoverArt()

getTitleField

public javax.swing.JTextField getTitleField()
This method initializes titleField

Returns:
javax.swing.JTextField

getPriceField

public javax.swing.JTextField getPriceField()
This method initializes priceField

Returns:
javax.swing.JTextField

getDescriptionField

public javax.swing.JTextArea getDescriptionField()
This method initializes descriptionField

Returns:
javax.swing.JTextArea