maj V1.06

This commit is contained in:
pablo rodriguez 2023-07-29 17:58:48 +02:00
parent a64c140435
commit ef9e61087a
6 changed files with 26 additions and 9 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -217,15 +217,15 @@ public class Window_demarre extends JFrame {
tabbedPane.addTab("<html>Crédits<br>Licences</html>", tabLicence);
tabLicence.setLayout(null);
JLabel lblCredits = new JLabel("<html><h4>Auteur : Pablo Rodriguez<br>Université d'Artois</h4>\r\n<hr>\r\n<p><b>Matières </b>: Informatique - T.I.C.E. - Automatisme - Productique - Statistique.</p>\r\n<p><b>Email </b>: pablo.rodriguez@univ-artois.fr</p>");
JLabel lblCredits = new JLabel("<html><h3>Auteur : Pablo Rodriguez</h3>\r\n<p><i>Il n'y a aucune autre motivation que celle de vous rendre service qui m'ait poussé à réaliser ce programme. J'espère sincèrement qu'il vous sera utile.</i></p>\r\n<hr>\r\n<p><b>Enseignant</b> : Université d'Artois</p>\r\n<p><b>Matières</b> : T.I.C.E. - Informatique - Automatisme (informatique Industruiel) - Productique - Statistique.</p>\r\n<p><b>Email</b> : pablo rodriguez@univ-artois.fr</p>");
lblCredits.setHorizontalAlignment(SwingConstants.LEFT);
lblCredits.setVerticalAlignment(SwingConstants.TOP);
lblCredits.setFont(new Font("Arial", Font.PLAIN, 12));
lblCredits.setFont(new Font("Arial", Font.PLAIN, 14));
lblCredits.setToolTipText("");
lblCredits.setBounds(10, 10, 456, 113);
lblCredits.setBounds(10, 10, 704, 140);
tabLicence.add(lblCredits);
JButton btnNewButton_1 = new JButton(" Licence GNU GPL V3.0");
JButton btnNewButton_1 = new JButton("Licence GNU GPL 3.0");
btnNewButton_1.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
String url = "https://www.gnu.org/licenses/gpl-3.0.html#license-text";
@ -239,14 +239,14 @@ public class Window_demarre extends JFrame {
});
btnNewButton_1.setIcon(new ImageIcon(Window_demarre.class.getResource("/resources/gplv3-127x51.png")));
btnNewButton_1.setFont(new Font("Arial", Font.BOLD, 14));
btnNewButton_1.setBounds(10, 134, 340, 78);
btnNewButton_1.setBounds(10, 150, 326, 64);
tabLicence.add(btnNewButton_1);
JLabel lblVersion = new JLabel("<html><h2>Version : " + commandes.version + "<br>"+ commandes.dateversion +"</h2></html>");
lblVersion.setForeground(SystemColor.textHighlight);
lblVersion.setVerticalAlignment(SwingConstants.TOP);
lblVersion.setHorizontalAlignment(SwingConstants.RIGHT);
lblVersion.setBounds(476, 150, 238, 64);
lblVersion.setBounds(563, 150, 151, 64);
tabLicence.add(lblVersion);
@ -266,6 +266,12 @@ public class Window_demarre extends JFrame {
btnMiseAJourDepuisClasseur.setFont(new Font("Arial", Font.BOLD, 16));
btnMiseAJourDepuisClasseur.setBounds(10, 10, 340, 200);
tabExporteImporte.add(btnMiseAJourDepuisClasseur);
JLabel lblInformation_Importer = new JLabel("<html>Vous avez la possibilité d'importer ou de modifier les données à partir d'un classeur Ms Excel. Cependant, il convient de noter que les données d'identification des étudiants ne peuvent pas être modifiées.<br>Pour obtenir un classeur, deux options s'offrent à vous : exporter l'intégralité de la base de données ou bien exporter une table spécifique à partir du gestionnaire de la base.</html>");
lblInformation_Importer.setFont(new Font("Arial", Font.PLAIN, 12));
lblInformation_Importer.setVerticalAlignment(SwingConstants.TOP);
lblInformation_Importer.setBounds(370, 101, 340, 111);
tabExporteImporte.add(lblInformation_Importer);
tabGestionnaire.setLayout(null);
@ -371,6 +377,12 @@ public class Window_demarre extends JFrame {
btnParametresClasseurInscription.setBounds(370, 10, 340, 80);
tabInscriptions.add(btnParametresClasseurInscription);
JLabel lblInformation_Inscription = new JLabel("<html>L'importation d'inscriptions constitue <b>le moyen exclusif pour ajouter de nouveaux étudiants</b> à la base de données.<br><br>Le fichier Ms Excel doit posséder certaines caractéristiques spécifiques. Pour découvrir et modifier ces caractéristiques, il vous suffit de cliquer sur le bouton \"Paramètres du classeur des inscriptions\".</html>");
lblInformation_Inscription.setFont(new Font("Arial", Font.PLAIN, 12));
lblInformation_Inscription.setVerticalAlignment(SwingConstants.TOP);
lblInformation_Inscription.setBounds(370, 101, 340, 111);
tabInscriptions.add(lblInformation_Inscription);
JButton btnRenommerActiverColonne = new JButton("<html>Renommer et activer<br>des colonnes</html>");
btnRenommerActiverColonne.setIcon(new ImageIcon(Window_demarre.class.getResource("/resources/newColumnsApplication.png")));
btnRenommerActiverColonne.setFont(new Font("Arial", Font.BOLD, 16));
@ -382,6 +394,12 @@ public class Window_demarre extends JFrame {
});
tabGestionnaire.add(btnRenommerActiverColonne);
JLabel lblNewLabel = new JLabel("<html>Grâce au gestionnaire, vous pouvez sélectionner une formation. Ensuite, vous pouvez modifier directement les données de chaque étudiant. Une fonction vous permet de créer des groupes.<br>Si nécessaire, vous pouvez exporter une table filtrée des données, ou bien exporter les feuilles d'émargements en fonction des critères de filtrage choisis.</html>");
lblNewLabel.setVerticalAlignment(SwingConstants.TOP);
lblNewLabel.setFont(new Font("Arial", Font.PLAIN, 12));
lblNewLabel.setBounds(370, 101, 340, 109);
tabGestionnaire.add(lblNewLabel);
ListenerAction();
@ -569,7 +587,6 @@ public class Window_demarre extends JFrame {
private static void affichageImageDeFond() {
Random random = new Random();
int randomNumber = random.nextInt(commandes.nombreImage) + 1;
ImageIcon imageIcon = new ImageIcon(Window_demarre.class.getResource("/resources/Sans titre_"+ String.valueOf(randomNumber) +".jpg"));
Image image = imageIcon.getImage();

View File

@ -70,7 +70,7 @@ public class commandes {
public static boolean enabled_Colonne_Option_5 = true;
// Nombre d'image d'acceuil
public static int nombreImage = 40;
public static int nombreImage = 41;
// Nombre maximal de fichier dans l'archive
public static int nombreMaxSauvegardeArchive = 300;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB