diff --git a/GSBapplication/src/img/quitter.png b/GSBapplication/src/img/quitter.png
new file mode 100644
index 0000000..c149c2b
Binary files /dev/null and b/GSBapplication/src/img/quitter.png differ
diff --git a/GSBapplication/src/presentation/jffProfession.form b/GSBapplication/src/presentation/jffProfession.form
index 769eecd..ae3d86b 100644
--- a/GSBapplication/src/presentation/jffProfession.form
+++ b/GSBapplication/src/presentation/jffProfession.form
@@ -23,13 +23,73 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GSBapplication/src/presentation/jffProfession.java b/GSBapplication/src/presentation/jffProfession.java
index bb12713..976ca72 100644
--- a/GSBapplication/src/presentation/jffProfession.java
+++ b/GSBapplication/src/presentation/jffProfession.java
@@ -26,22 +26,70 @@ public class jffProfession extends javax.swing.JFrame {
// //GEN-BEGIN:initComponents
private void initComponents() {
+ jLChoixPro = new javax.swing.JLabel();
+ jButton1 = new javax.swing.JButton();
+ jButton2 = new javax.swing.JButton();
+ jBquitter = new javax.swing.JButton();
+
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
+ jLChoixPro.setText("Choissiez Votre Profession");
+
+ jButton1.setText("Praticien");
+ jButton1.addActionListener(new java.awt.event.ActionListener() {
+ public void actionPerformed(java.awt.event.ActionEvent evt) {
+ jButton1ActionPerformed(evt);
+ }
+ });
+
+ jButton2.setText("visiteur medical");
+
+ jBquitter.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/quitter.png"))); // NOI18N
+ jBquitter.setText("Quitter");
+
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
- .addGap(0, 400, Short.MAX_VALUE)
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addGap(0, 0, Short.MAX_VALUE)
+ .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 94, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(147, 147, 147))
+ .addGroup(layout.createSequentialGroup()
+ .addGap(137, 137, 137)
+ .addComponent(jLChoixPro)
+ .addContainerGap(125, Short.MAX_VALUE))
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
+ .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addComponent(jBquitter)
+ .addGap(149, 149, 149))
+ .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
+ .addComponent(jButton2)
+ .addGap(136, 136, 136))))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
- .addGap(0, 300, Short.MAX_VALUE)
+ .addGroup(layout.createSequentialGroup()
+ .addGap(25, 25, 25)
+ .addComponent(jLChoixPro)
+ .addGap(43, 43, 43)
+ .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(29, 29, 29)
+ .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
+ .addGap(26, 26, 26)
+ .addComponent(jBquitter)
+ .addContainerGap(76, Short.MAX_VALUE))
);
pack();
}// //GEN-END:initComponents
+ private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
+ // TODO add your handling code here:
+ }//GEN-LAST:event_jButton1ActionPerformed
+
/**
* @param args the command line arguments
*/
@@ -78,5 +126,9 @@ public class jffProfession extends javax.swing.JFrame {
}
// Variables declaration - do not modify//GEN-BEGIN:variables
+ private javax.swing.JButton jBquitter;
+ private javax.swing.JButton jButton1;
+ private javax.swing.JButton jButton2;
+ private javax.swing.JLabel jLChoixPro;
// End of variables declaration//GEN-END:variables
}