Serialized Form
-
Package break_out.view
-
Class break_out.view.Field extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 2434478741721823327L
-
Serialized Fields
-
background
java.awt.Color background
The background color -
view
View view
The connected view object
-
-
Class break_out.view.SectionPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -7773487090869704154L
-
Serialized Fields
-
arcs
java.awt.Dimension arcs
Double value for the vertical curvature -
color
java.awt.Color color
Color of the panel -
shadowAlpha
int shadowAlpha
Shadow transparency -
shadowColor
java.awt.Color shadowColor
Color of the shadow -
shadowGap
int shadowGap
Distance of shadow to the panel border -
shadowOffset
int shadowOffset
Shadow offset -
shady
boolean shady
Shadow flag -
strokeSize
int strokeSize
Thickness of the border
-
-
Class break_out.view.StartScreen extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- -131505828069382345L
-
Serialized Fields
-
error
javax.swing.JLabel error
The error label -
playersName
javax.swing.JTextField playersName
Input field for the players name -
quitGame
javax.swing.JButton quitGame
Quit game button -
startGame
javax.swing.JButton startGame
Start game button -
view
View view
The connected view object
-
-
Class break_out.view.View extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- -1850986636132660133L
-
Serialized Fields
-
cardLayout
java.awt.CardLayout cardLayout
THe layout -
field
Field field
The playground -
game
Game game
The connected game -
startScreen
StartScreen startScreen
The start screen of this application
-
-