MAJ V4.5.0

This commit is contained in:
pablo rodriguez 2024-05-20 14:43:41 +02:00
parent a62512d6ae
commit 978ae1751a
8 changed files with 2051 additions and 133 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 55 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -61,7 +61,7 @@ public class mainApp extends JFrame implements ActionListener{
UIManager.put("ToolTip.background", Color.YELLOW);
UIManager.put("ToolTip.font", new Font("SansSerif", Font.BOLD, 14));
UIManager.put("ToolTip.initialDelay", 500); // Délai avant d'afficher le tooltip (500 ms)
UIManager.put("ToolTip.dismissDelay", 8500); // Durée d'affichage du tooltip (8 500 ms)
UIManager.put("ToolTip.dismissDelay", 9000); // Durée d'affichage du tooltip (8 500 ms)
try {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 55 KiB