ajout images
BIN
GSBapplication/src/img/3MYC7.jpg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
GSBapplication/src/img/ADIMOL9.jpg
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
GSBapplication/src/img/AMOPIL7.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
GSBapplication/src/img/AMOX45.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
GSBapplication/src/img/AMOXIG12.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
GSBapplication/src/img/APATOUX22.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
GSBapplication/src/img/BACTIG10.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
GSBapplication/src/img/BACTIV13.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
GSBapplication/src/img/BITALV.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
GSBapplication/src/img/CARTION6.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
GSBapplication/src/img/CLAZER6.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
GSBapplication/src/img/DEPRIL9.jpg
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
GSBapplication/src/img/DIMIRTAM6.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
GSBapplication/src/img/DOLRIL7.jpg
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
GSBapplication/src/img/DORNOM8.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
GSBapplication/src/img/EQUILARX6.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
GSBapplication/src/img/EVILR7.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
GSBapplication/src/img/INSXT5.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
GSBapplication/src/img/JOVAI8.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
GSBapplication/src/img/LIDOXY23.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
GSBapplication/src/img/LITHOR12.jpg
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
GSBapplication/src/img/LogoDetoure_1.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
GSBapplication/src/img/PARMOL16.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
GSBapplication/src/img/PHYSOI8.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
GSBapplication/src/img/PIRIZ8.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
GSBapplication/src/img/POMDI20.jpg
Normal file
After Width: | Height: | Size: 552 KiB |
BIN
GSBapplication/src/img/TROXT21.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
GSBapplication/src/img/TROXT21.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
GSBapplication/src/img/TXISOL20.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
GSBapplication/src/img/TXISOL22.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
GSBapplication/src/img/URIEG6.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
GSBapplication/src/img/logo.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
GSBapplication/src/img/logoGSB.jpg
Normal file
After Width: | Height: | Size: 6.6 KiB |
@ -23,13 +23,30 @@
|
||||
<Layout>
|
||||
<DimensionLayout dim="0">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<EmptySpace min="0" pref="400" max="32767" attributes="0"/>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace pref="344" max="32767" attributes="0"/>
|
||||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
<DimensionLayout dim="1">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<EmptySpace min="0" pref="300" max="32767" attributes="0"/>
|
||||
<Group type="102" alignment="0" attributes="0">
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace pref="262" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
</Layout>
|
||||
<SubComponents>
|
||||
<Component class="javax.swing.JLabel" name="jLabel1">
|
||||
<Properties>
|
||||
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
||||
<Image iconType="3" name="/img/logodetoure.gif"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
</Form>
|
||||
|
@ -26,17 +26,27 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
|
||||
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
|
||||
private void initComponents() {
|
||||
|
||||
jLabel1 = new javax.swing.JLabel();
|
||||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
|
||||
|
||||
jLabel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/img/logodetoure.gif"))); // NOI18N
|
||||
|
||||
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()
|
||||
.addContainerGap(344, Short.MAX_VALUE)
|
||||
.addComponent(jLabel1)
|
||||
.addContainerGap())
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGap(0, 300, Short.MAX_VALUE)
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addContainerGap()
|
||||
.addComponent(jLabel1)
|
||||
.addContainerGap(262, Short.MAX_VALUE))
|
||||
);
|
||||
|
||||
pack();
|
||||
@ -78,5 +88,6 @@ public class jffFamilleMedoc extends javax.swing.JFrame {
|
||||
}
|
||||
|
||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||
private javax.swing.JLabel jLabel1;
|
||||
// End of variables declaration//GEN-END:variables
|
||||
}
|
||||
|
@ -26,11 +26,6 @@
|
||||
<Layout>
|
||||
<DimensionLayout dim="0">
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="94" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="147" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" attributes="0">
|
||||
<EmptySpace min="-2" pref="137" max="-2" attributes="0"/>
|
||||
<Component id="jLChoixPro" min="-2" max="-2" attributes="0"/>
|
||||
@ -38,6 +33,11 @@
|
||||
<Component id="jLLogo" min="-2" pref="73" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="94" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="147" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<EmptySpace max="32767" attributes="0"/>
|
||||
<Group type="103" groupAlignment="0" attributes="0">
|
||||
@ -47,7 +47,7 @@
|
||||
</Group>
|
||||
<Group type="102" alignment="1" attributes="0">
|
||||
<Component id="jBvisiteurMedical" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="136" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="137" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</Group>
|
||||
@ -68,9 +68,9 @@
|
||||
</Group>
|
||||
<EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
|
||||
<Component id="jBpraticien" min="-2" pref="31" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
|
||||
<EmptySpace type="separate" max="-2" attributes="0"/>
|
||||
<Component id="jBvisiteurMedical" min="-2" pref="31" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="26" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" pref="37" max="-2" attributes="0"/>
|
||||
<Component id="jBquitter" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace pref="60" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
|
@ -65,16 +65,16 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
getContentPane().setLayout(layout);
|
||||
layout.setHorizontalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 94, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(147, 147, 147))
|
||||
.addGroup(layout.createSequentialGroup()
|
||||
.addGap(137, 137, 137)
|
||||
.addComponent(jLChoixPro)
|
||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 46, Short.MAX_VALUE)
|
||||
.addComponent(jLLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addContainerGap())
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addGap(0, 0, Short.MAX_VALUE)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 94, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(147, 147, 147))
|
||||
.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)
|
||||
@ -83,7 +83,7 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
.addGap(149, 149, 149))
|
||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||
.addComponent(jBvisiteurMedical)
|
||||
.addGap(136, 136, 136))))
|
||||
.addGap(137, 137, 137))))
|
||||
);
|
||||
layout.setVerticalGroup(
|
||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||
@ -97,9 +97,9 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
.addComponent(jLLogo, javax.swing.GroupLayout.PREFERRED_SIZE, 52, javax.swing.GroupLayout.PREFERRED_SIZE)))
|
||||
.addGap(42, 42, 42)
|
||||
.addComponent(jBpraticien, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(29, 29, 29)
|
||||
.addGap(18, 18, 18)
|
||||
.addComponent(jBvisiteurMedical, javax.swing.GroupLayout.PREFERRED_SIZE, 31, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addGap(26, 26, 26)
|
||||
.addGap(37, 37, 37)
|
||||
.addComponent(jBquitter)
|
||||
.addContainerGap(60, Short.MAX_VALUE))
|
||||
);
|
||||
@ -109,6 +109,7 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
|
||||
private void jBpraticienActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBpraticienActionPerformed
|
||||
new jffConnexion(0).setVisible(true);
|
||||
this.setVisible(false);
|
||||
}//GEN-LAST:event_jBpraticienActionPerformed
|
||||
|
||||
private void jBquitterActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBquitterActionPerformed
|
||||
@ -117,6 +118,7 @@ public class jffProfession extends javax.swing.JFrame {
|
||||
|
||||
private void jBvisiteurMedicalActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBvisiteurMedicalActionPerformed
|
||||
new jffConnexion(1).setVisible(true);
|
||||
this.setVisible(false);
|
||||
}//GEN-LAST:event_jBvisiteurMedicalActionPerformed
|
||||
|
||||
/**
|
||||
|