MAJ V4.5.0
This commit is contained in:
parent
57b0e8db6e
commit
9af2818859
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 74 KiB |
1363
icons/accueill.svg
1363
icons/accueill.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 78 KiB |
@ -66,32 +66,32 @@ public final class about extends JFrame {
|
||||
lblNewLabelTitre.setBounds(0, 0, 514, 126);
|
||||
contentPane.add(lblNewLabelTitre);
|
||||
|
||||
JLabel lblNewLabelVersion = new JLabel("<HTML><B><U>Version :</U></B> " + commandes.version + " "+ commandes.branch + "</HTML>");
|
||||
JLabel lblNewLabelVersion = new JLabel("<HTML><B><U>Version</U> :</B> V4.5.0 Origin</HTML>");
|
||||
lblNewLabelVersion.setFont(new Font("Tahoma", Font.PLAIN, 16));
|
||||
lblNewLabelVersion.setBounds(20, 145, 240, 20);
|
||||
contentPane.add(lblNewLabelVersion);
|
||||
|
||||
JLabel lblNewLabelAnnee = new JLabel("<HTML><B><U>Année :</U></B> " + commandes.Annee + "</HTML>");
|
||||
JLabel lblNewLabelAnnee = new JLabel("<HTML><B><U>Année </U> :</B> 2024</HTML>");
|
||||
lblNewLabelAnnee.setFont(new Font("Tahoma", Font.PLAIN, 16));
|
||||
lblNewLabelAnnee.setBounds(20, 163, 240, 20);
|
||||
contentPane.add(lblNewLabelAnnee);
|
||||
|
||||
JLabel lblCredit = new JLabel("<HTML><U>Crédit</U></HTML>");
|
||||
lblCredit.setFont(new Font("Tahoma", Font.BOLD | Font.ITALIC, 14));
|
||||
lblCredit.setBounds(20, 287, 112, 20);
|
||||
lblCredit.setBounds(20, 256, 112, 20);
|
||||
getContentPane().add(lblCredit);
|
||||
|
||||
|
||||
JLabel lblNewLabelAuteur = new JLabel("Pablo Rodriguez");
|
||||
JLabel lblNewLabelAuteur = new JLabel("<html><p><b>Pablo Rodriguez</b><br><i>Enseignant d'informatique - TICE<br>Université d'Artois</i></p></html>");
|
||||
lblNewLabelAuteur.setFont(new Font("Tahoma", Font.PLAIN, 14));
|
||||
lblNewLabelAuteur.setBounds(20, 310, 250, 20);
|
||||
lblNewLabelAuteur.setBounds(20, 275, 250, 55);
|
||||
contentPane.add(lblNewLabelAuteur);
|
||||
|
||||
JLabel lblCommentaire = new JLabel("<HTML>Outil permettant l’évaluation des fichiers réalisés par des étudiants avec un traitement de texte au format ODF.</html>");
|
||||
lblCommentaire.setFont(new Font("Tahoma", Font.PLAIN, 14));
|
||||
lblCommentaire.setHorizontalAlignment(SwingConstants.LEFT);
|
||||
lblCommentaire.setVerticalAlignment(SwingConstants.TOP);
|
||||
lblCommentaire.setBounds(20, 230, 472, 46);
|
||||
lblCommentaire.setBounds(20, 212, 472, 46);
|
||||
getContentPane().add(lblCommentaire);
|
||||
|
||||
JLabel lblLicence = new JLabel("<HTML><B><U>Licence : GNU GLP 3.0</U></B> </HTML>");
|
||||
@ -116,7 +116,7 @@ public final class about extends JFrame {
|
||||
|
||||
}
|
||||
});
|
||||
btnNewButton.setBounds(270, 146, 222, 72);
|
||||
btnNewButton.setBounds(270, 146, 222, 55);
|
||||
getContentPane().add(btnNewButton);
|
||||
|
||||
JLabel lblGPL3 = new JLabel("");
|
||||
|
@ -44,7 +44,7 @@ public class chargeBaseAuDemarrage extends JFrame {
|
||||
private final JLabel label = new JLabel(commandes.PathBaseEvaluations);
|
||||
|
||||
public chargeBaseAuDemarrage() {
|
||||
setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
|
||||
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
|
||||
|
||||
setBounds(100, 100, 1200, 600);
|
||||
int screenWidth = (int) java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds().getWidth();
|
||||
@ -126,6 +126,7 @@ private void ListenerAction() {
|
||||
addWindowListener(new java.awt.event.WindowAdapter() {
|
||||
@Override
|
||||
public void windowClosing(java.awt.event.WindowEvent windowEvent) {
|
||||
mainApp.getInstance();
|
||||
dispose();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user