-
ageField
javax.swing.JTextField ageField
This field will be modified by the user to determine the age of the character.
-
ageLabel
javax.swing.JLabel ageLabel
This label is to be displayed just under the previous one.
-
agePanel
javax.swing.JPanel agePanel
This panel will be a
GridLayout that will contain
the ageLabel and ageField on one and only line.
-
appLis
AppListener appLis
This listener will be triggered when the playButton or languageButton will be activated.
-
computeButton
javax.swing.JButton computeButton
This button will start the calculation with the numbers entered by the user.
-
dataLabel
javax.swing.JLabel dataLabel
This label will be displayed centered at the top of the window.
-
firstMagicPowerField
javax.swing.JTextField firstMagicPowerField
This field will display the result of the calculation for the first magic.
-
firstMagicPowerLabel
javax.swing.JLabel firstMagicPowerLabel
This label is to be displayed at the top left corner of the result section.
-
firstMagicPowerPanel
javax.swing.JPanel firstMagicPowerPanel
This panel will be a
GridLayout that will contain
the firstMagicPowerLabel and firstMagicPowerField on one and only line.
-
minSize
java.awt.Dimension minSize
This attribute is the minimum size for the window.
-
potentialField
javax.swing.JTextField potentialField
This field will be modified by the user to determine the magic potential of the character.
-
potentialLabel
javax.swing.JLabel potentialLabel
This label contains the text to display at the top left corner of the data section.
-
potentialPanel
javax.swing.JPanel potentialPanel
This panel will be a
GridLayout that will contain
the potentialLabel and potentialField on one and only line.
-
resultLabel
javax.swing.JLabel resultLabel
This label contains the result of the execution.
-
secondMagicPowerField
javax.swing.JTextField secondMagicPowerField
This field will display the result of the calculation for the second magic.
-
secondMagicPowerLabel
javax.swing.JLabel secondMagicPowerLabel
This label is to be displayed just under the previous one, in the same section.
-
secondMagicPowerPanel
javax.swing.JPanel secondMagicPowerPanel
This panel will be a
GridLayout that will contain
the secondMagicPowerLabel and secondMagicPowerField on one and only line.