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;

Variable Index

 o image
Tableau des images a charger.
 o ivjJButton1
 o ivjJDialogContentPane
 o ivjJLabel1
 o ivjJLabel2
 o ivjJLabel21
 o ivjJLabel3
 o ivjJLabel4
 o ivjJLabel5
 o ivjJLabel6
 o ivjJLabel7
 o ivjJLabel8
 o ivjJLabel9
 o MT
Media Tracker pour initialisation des images.

Constructor Index

 o APropos()
Constructeur de APropos
 o APropos(Frame)
Constructeur de APropos.
 o APropos(Frame, boolean)
Constructeur de APropos.
 o APropos(Frame, String)
Construecteur de APropos.
 o APropos(Frame, String, boolean)
COnstructeur de APropos.

Method Index

 o actionPerformed(ActionEvent)
Method to handle events for the ActionListener interface.
 o connEtoC1(ActionEvent)
connEtoC1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> Apropos.jButton1_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
 o getJButton1()
Return the JButton1 property value.
 o getJDialogContentPane()
Return the JDialogContentPane property value.
 o getJLabel1()
Return the JLabel1 property value.
 o getJLabel2()
Return the JLabel2 property value.
 o getJLabel21()
Return the JLabel21 property value.
 o getJLabel3()
Return the JLabel3 property value.
 o getJLabel4()
Return the JLabel4 property value.
 o getJLabel5()
Return the JLabel5 property value.
 o getJLabel6()
Return the JLabel6 property value.
 o getJLabel7()
Return the JLabel7 property value.
 o getJLabel8()
Return the JLabel8 property value.
 o getJLabel9()
Return the JLabel9 property value.
 o handleException(Throwable)
Called whenever the part throws an exception.
 o initConnections()
Initializes connections
 o initialize()
Initialize the class.
 o jButton1_ActionPerformed(ActionEvent)
Comment

Variables

 o image
 private Image image[]
Tableau des images a charger.

 o MT
 private MediaTracker MT
Media Tracker pour initialisation des images.

 o ivjJButton1
 private JButton ivjJButton1
 o ivjJDialogContentPane
 private JPanel ivjJDialogContentPane
 o ivjJLabel1
 private JLabel ivjJLabel1
 o ivjJLabel2
 private JLabel ivjJLabel2
 o ivjJLabel21
 private JLabel ivjJLabel21
 o ivjJLabel3
 private JLabel ivjJLabel3
 o ivjJLabel4
 private JLabel ivjJLabel4
 o ivjJLabel5
 private JLabel ivjJLabel5
 o ivjJLabel6
 private JLabel ivjJLabel6
 o ivjJLabel7
 private JLabel ivjJLabel7
 o ivjJLabel8
 private JLabel ivjJLabel8
 o ivjJLabel9
 private JLabel ivjJLabel9

Constructors

 o APropos
 public APropos()
Constructeur de APropos

 o APropos
 public APropos(Frame owner)
Constructeur de APropos.

Parameters:
owner - Frame de travail.
 o APropos
 public APropos(Frame owner,
                String title)
Construecteur de APropos.

Parameters:
owner - Frame de travail
title - Titre de la frame
 o APropos
 public APropos(Frame owner,
                String title,
                boolean modal)
COnstructeur de APropos.

Parameters:
owner - Frame courante
title - Nom de la frame
modal - boolean
 o APropos
 public APropos(Frame owner,
                boolean modal)
Constructeur de APropos.

Parameters:
owner - Frame courante.
modal - boolean

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface.

Parameters:
e - java.awt.event.ActionEvent
 o 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
 o getJButton1
 private JButton getJButton1()
Return the JButton1 property value.

Returns:
com.sun.java.swing.JButton
 o getJDialogContentPane
 private JPanel getJDialogContentPane()
Return the JDialogContentPane property value.

Returns:
com.sun.java.swing.JPanel
 o getJLabel1
 private JLabel getJLabel1()
Return the JLabel1 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel2
 private JLabel getJLabel2()
Return the JLabel2 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel21
 private JLabel getJLabel21()
Return the JLabel21 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel3
 private JLabel getJLabel3()
Return the JLabel3 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel4
 private JLabel getJLabel4()
Return the JLabel4 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel5
 private JLabel getJLabel5()
Return the JLabel5 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel6
 private JLabel getJLabel6()
Return the JLabel6 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel7
 private JLabel getJLabel7()
Return the JLabel7 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel8
 private JLabel getJLabel8()
Return the JLabel8 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel9
 private JLabel getJLabel9()
Return the JLabel9 property value.

Returns:
com.sun.java.swing.JLabel
 o handleException
 private void handleException(Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable
 o initConnections
 private void initConnections()
Initializes connections

 o initialize
 private void initialize()
Initialize the class.

 o jButton1_ActionPerformed
 public void jButton1_ActionPerformed(ActionEvent actionEvent)
Comment