Serialized Form


Package GUI

Class GUI.GUI extends javax.swing.JFrame implements Serializable

Serialized Fields

ActivePlayerTab

java.lang.String ActivePlayerTab
Declaration of final static variables used to represent the direction in which a new cell object representation is placed.


NextPlayerTab

java.lang.String NextPlayerTab

MoneyTab

java.lang.String MoneyTab

RollTab

javax.swing.JButton RollTab

one

javax.swing.ImageIcon one

two

javax.swing.ImageIcon two

three

javax.swing.ImageIcon three

four

javax.swing.ImageIcon four

five

javax.swing.ImageIcon five

six

javax.swing.ImageIcon six

Mrmon

javax.swing.JLabel Mrmon

WEST

int WEST
Declaration of final static variables used to represent the direction in which a new cell object representation is placed.


EAST

int EAST

NORTH

int NORTH

SOUTH

int SOUTH

ELECTRIC

int ELECTRIC
Declaration of final static variables used to define what kind of company a company cell will be.


WATERWORKS

int WATERWORKS

WestCells

javax.swing.JPanel WestCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


EastCells

javax.swing.JPanel EastCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


NorthCells

javax.swing.JPanel NorthCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


NorthCenterCells

javax.swing.JPanel NorthCenterCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


SouthCells

javax.swing.JPanel SouthCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


SouthCenterCells

javax.swing.JPanel SouthCenterCells
Declaration of instance variables. This includes all variables necessary for GUI frame window, such as the menu or the panels declarations.


CenterCell

javax.swing.JPanel CenterCell

CenterCellPanel

javax.swing.JPanel CenterCellPanel

menu

MenuWorker menu

GUIGrid

GUICell[] GUIGrid

ActivePlayerName

java.lang.String ActivePlayerName

NextPlayerName

java.lang.String NextPlayerName

ActivePlayerMoney

int ActivePlayerMoney

NextPlayerMoney

int NextPlayerMoney

ActivePlayer

javax.swing.JLabel ActivePlayer

NextPlayer

javax.swing.JLabel NextPlayer

ActivePlayerPanel

javax.swing.JPanel ActivePlayerPanel

NextPlayerPanel

javax.swing.JPanel NextPlayerPanel

Dice1

javax.swing.JButton Dice1

Dice2

javax.swing.JButton Dice2

mygame

Monopoly mygame

Class GUI.GUICell extends javax.swing.JPanel implements Serializable

Serialized Fields

playersposition

javax.swing.JPanel playersposition

playersinCell

javax.swing.JLabel[] playersinCell

Class GUI.GUICommandCard extends GUICell implements Serializable

Serialized Fields

CardIcon

javax.swing.ImageIcon CardIcon
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Command Card cell objects.


CardIconLabel

javax.swing.JLabel CardIconLabel

CardName

javax.swing.JLabel CardName

Class GUI.GUICompanyCell extends GUICell implements Serializable

Serialized Fields

CompanyIcon

javax.swing.ImageIcon CompanyIcon
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Company Cells objects.


CompanyNamePanel

javax.swing.JPanel CompanyNamePanel

CompanyName

javax.swing.JLabel CompanyName

CompanyName2

javax.swing.JLabel CompanyName2

CompanyPrice

javax.swing.JLabel CompanyPrice

CompanyIconLabel

javax.swing.JLabel CompanyIconLabel

Class GUI.GUIDecisionCard extends GUICell implements Serializable

Serialized Fields

CardName

javax.swing.JLabel CardName
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Train Station cell objects.

Class GUI.GUIFreeParking extends GUICell implements Serializable

Serialized Fields

ParkingTextPanel

javax.swing.JPanel ParkingTextPanel
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Free Parking cell object.


ParkingIconLabel

javax.swing.JLabel ParkingIconLabel

ParkingText

javax.swing.JLabel ParkingText

parkingIcon

javax.swing.ImageIcon parkingIcon

Class GUI.GUIGotoJail extends GUICell implements Serializable

Serialized Fields

GotoJailTextPanel

javax.swing.JPanel GotoJailTextPanel
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Go to Jail cell object.


GotoJailCellText

javax.swing.JLabel GotoJailCellText

GotoJailIconLabel

javax.swing.JLabel GotoJailIconLabel

GotoJailCellIcon

javax.swing.ImageIcon GotoJailCellIcon

Class GUI.GUIPrison extends GUICell implements Serializable

Serialized Fields

prisonIcon

javax.swing.ImageIcon prisonIcon
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Prison cell object.


prisonIconLabel

javax.swing.JLabel prisonIconLabel

PrisonText

javax.swing.JLabel PrisonText

PrisonTextPanel

javax.swing.JPanel PrisonTextPanel

Class GUI.GUIStartCell extends GUICell implements Serializable

Serialized Fields

StartCellIcon

javax.swing.ImageIcon StartCellIcon
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Start cell object.


StartIconLabel

javax.swing.JLabel StartIconLabel

StartCellText

javax.swing.JLabel StartCellText

StartCellText2

javax.swing.JLabel StartCellText2

StartTextPanel

javax.swing.JPanel StartTextPanel

Class GUI.GUIStreet extends GUICell implements Serializable

Serialized Fields

HOUSE

int HOUSE

houses

javax.swing.JLabel[] houses

hotel

javax.swing.JLabel hotel

StreetName

javax.swing.JLabel StreetName
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Street cell objects.


StreetPrice

javax.swing.JLabel StreetPrice
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Street cell objects.


Hotel

javax.swing.JLabel Hotel
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Street cell objects.


House

javax.swing.JLabel House
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Street cell objects.


StreetColor

javax.swing.JPanel StreetColor

StreetNamePanel

javax.swing.JPanel StreetNamePanel

c

java.awt.GridBagConstraints c

Class GUI.GUITaxes extends GUICell implements Serializable

Serialized Fields

TaxNamePanel

javax.swing.JPanel TaxNamePanel
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Tax Cells objects.


TaxName

javax.swing.JLabel TaxName

TaxName2

javax.swing.JLabel TaxName2

TaxPrice

javax.swing.JLabel TaxPrice

Class GUI.GUITrade extends javax.swing.JDialog implements Serializable

Serialized Fields

mygame

Monopoly mygame

playerName

javax.swing.JLabel playerName

assets

javax.swing.JLabel assets

cash

javax.swing.JLabel cash

euros

javax.swing.JLabel euros

cashammount1

javax.swing.JTextField cashammount1

cashammount2

javax.swing.JTextField cashammount2

thisplayer

java.lang.String thisplayer

otherplayer

java.lang.String otherplayer

p1prop

java.lang.String[] p1prop

p2prop

java.lang.String[] p2prop

offer

javax.swing.JButton offer

cancel

javax.swing.JButton cancel

list1

java.awt.List list1

list2

java.awt.List list2

Class GUI.GUITrainStation extends GUICell implements Serializable

Serialized Fields

TrainStationIconLabel

javax.swing.JLabel TrainStationIconLabel
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Train Station cell objects.


StationName

javax.swing.JLabel StationName
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Train Station cell objects.


StationName2

javax.swing.JLabel StationName2
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Train Station cell objects.


StationPrice

javax.swing.JLabel StationPrice
Declaration of instance variables. This includes all variables necessary for the graphical representation of the Train Station cell objects.


TrainStationIcon

javax.swing.ImageIcon TrainStationIcon

StationNamePanel

javax.swing.JPanel StationNamePanel

Class GUI.WelcomeWindow extends javax.swing.JDialog implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame
Declaration of instance variables. This includes all variables necessary for GUI frame windows, as well as variables concerning the players object.


pane

javax.swing.JPanel pane

panel

javax.swing.JPanel panel

player

javax.swing.JButton[] player

ok

javax.swing.JButton ok

playerslist

java.util.ArrayList<E> playerslist

playersicon

java.util.ArrayList<E> playersicon

temp

java.util.ArrayList<E> temp