maj V1.0.2

This commit is contained in:
pablo rodriguez 2023-07-04 15:32:20 +02:00
parent d3bd8cc9bc
commit 92ef17cc0e
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -119,7 +119,7 @@ public class Window_demarre extends JFrame {
// lblNewLabel.setIcon(new ImageIcon(demarre.class.getResource("/resources/accueilanalysecalc.png")));
lblNewLabel.setHorizontalAlignment(SwingConstants.CENTER);
lblNewLabel.setFont(new Font("Pacifico", Font.PLAIN, 26));
lblNewLabel.setBounds(10, 104, 753, 106);
lblNewLabel.setBounds(10, 77, 753, 141);
frmEvalwriter.getContentPane().add(lblNewLabel);
JButton btnMiseAJourDepuisClasseur = new JButton("<html>Mise à jour de la base depuis<br>un classeur Ms Excel</html>");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 87 KiB