Class APropos
APropos
- public class APropos
- implements ActionListener
Classe A Propos. Informations sur le Tetris.
- Version:
- : Version 1.0 => Version de base mais alors de base...
- Author:
- : Alamargot François & Buiguez Arnaud;
-
image
- Tableau des images a charger.
-
ivjJButton1
-
-
ivjJDialogContentPane
-
-
ivjJLabel1
-
-
ivjJLabel2
-
-
ivjJLabel21
-
-
ivjJLabel3
-
-
ivjJLabel4
-
-
ivjJLabel5
-
-
ivjJLabel6
-
-
ivjJLabel7
-
-
ivjJLabel8
-
-
ivjJLabel9
-
-
MT
- Media Tracker pour initialisation des images.
-
APropos()
- Constructeur de APropos
-
APropos(Frame)
- Constructeur de APropos.
-
APropos(Frame, boolean)
- Constructeur de APropos.
-
APropos(Frame, String)
- Construecteur de APropos.
-
APropos(Frame, String, boolean)
- COnstructeur de APropos.
-
actionPerformed(ActionEvent)
- Method to handle events for the ActionListener interface.
-
connEtoC1(ActionEvent)
- connEtoC1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> Apropos.jButton1_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
-
getJButton1()
- Return the JButton1 property value.
-
getJDialogContentPane()
- Return the JDialogContentPane property value.
-
getJLabel1()
- Return the JLabel1 property value.
-
getJLabel2()
- Return the JLabel2 property value.
-
getJLabel21()
- Return the JLabel21 property value.
-
getJLabel3()
- Return the JLabel3 property value.
-
getJLabel4()
- Return the JLabel4 property value.
-
getJLabel5()
- Return the JLabel5 property value.
-
getJLabel6()
- Return the JLabel6 property value.
-
getJLabel7()
- Return the JLabel7 property value.
-
getJLabel8()
- Return the JLabel8 property value.
-
getJLabel9()
- Return the JLabel9 property value.
-
handleException(Throwable)
- Called whenever the part throws an exception.
-
initConnections()
- Initializes connections
-
initialize()
- Initialize the class.
-
jButton1_ActionPerformed(ActionEvent)
- Comment
image
private Image image[]
- Tableau des images a charger.
MT
private MediaTracker MT
- Media Tracker pour initialisation des images.
ivjJButton1
private JButton ivjJButton1
ivjJDialogContentPane
private JPanel ivjJDialogContentPane
ivjJLabel1
private JLabel ivjJLabel1
ivjJLabel2
private JLabel ivjJLabel2
ivjJLabel21
private JLabel ivjJLabel21
ivjJLabel3
private JLabel ivjJLabel3
ivjJLabel4
private JLabel ivjJLabel4
ivjJLabel5
private JLabel ivjJLabel5
ivjJLabel6
private JLabel ivjJLabel6
ivjJLabel7
private JLabel ivjJLabel7
ivjJLabel8
private JLabel ivjJLabel8
ivjJLabel9
private JLabel ivjJLabel9
APropos
public APropos()
- Constructeur de APropos
APropos
public APropos(Frame owner)
- Constructeur de APropos.
- Parameters:
- owner - Frame de travail.
APropos
public APropos(Frame owner,
String title)
- Construecteur de APropos.
- Parameters:
- owner - Frame de travail
- title - Titre de la frame
APropos
public APropos(Frame owner,
String title,
boolean modal)
- COnstructeur de APropos.
- Parameters:
- owner - Frame courante
- title - Nom de la frame
- modal - boolean
APropos
public APropos(Frame owner,
boolean modal)
- Constructeur de APropos.
- Parameters:
- owner - Frame courante.
- modal - boolean
actionPerformed
public void actionPerformed(ActionEvent e)
- Method to handle events for the ActionListener interface.
- Parameters:
- e - java.awt.event.ActionEvent
connEtoC1
private void connEtoC1(ActionEvent arg1)
- connEtoC1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> Apropos.jButton1_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
- Parameters:
- arg1 - java.awt.event.ActionEvent
getJButton1
private JButton getJButton1()
- Return the JButton1 property value.
- Returns:
- com.sun.java.swing.JButton
getJDialogContentPane
private JPanel getJDialogContentPane()
- Return the JDialogContentPane property value.
- Returns:
- com.sun.java.swing.JPanel
getJLabel1
private JLabel getJLabel1()
- Return the JLabel1 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel2
private JLabel getJLabel2()
- Return the JLabel2 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel21
private JLabel getJLabel21()
- Return the JLabel21 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel3
private JLabel getJLabel3()
- Return the JLabel3 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel4
private JLabel getJLabel4()
- Return the JLabel4 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel5
private JLabel getJLabel5()
- Return the JLabel5 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel6
private JLabel getJLabel6()
- Return the JLabel6 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel7
private JLabel getJLabel7()
- Return the JLabel7 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel8
private JLabel getJLabel8()
- Return the JLabel8 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel9
private JLabel getJLabel9()
- Return the JLabel9 property value.
- Returns:
- com.sun.java.swing.JLabel
handleException
private void handleException(Throwable exception)
- Called whenever the part throws an exception.
- Parameters:
- exception - java.lang.Throwable
initConnections
private void initConnections()
- Initializes connections
initialize
private void initialize()
- Initialize the class.
jButton1_ActionPerformed
public void jButton1_ActionPerformed(ActionEvent actionEvent)
- Comment