jffConnexion et jffProfession différence
entre médecin et visiteur medical
This commit is contained in:
@@ -9,12 +9,13 @@ package presentation;
|
||||
* @author emile.lalorcey
|
||||
*/
|
||||
public class jffConnexion extends javax.swing.JFrame {
|
||||
|
||||
int profession;
|
||||
/**
|
||||
* Creates new form jffConnexion
|
||||
*/
|
||||
public jffConnexion() {
|
||||
public jffConnexion(int indice) {
|
||||
initComponents();
|
||||
this.profession = indice;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -191,7 +192,7 @@ public class jffConnexion extends javax.swing.JFrame {
|
||||
/* Create and display the form */
|
||||
java.awt.EventQueue.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
new jffConnexion().setVisible(true);
|
||||
new jffConnexion(1).setVisible(true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user