MAJ V4.5.0
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 93 KiB |
@ -61,7 +61,7 @@ public class mainApp extends JFrame implements ActionListener{
|
|||||||
UIManager.put("ToolTip.background", Color.YELLOW);
|
UIManager.put("ToolTip.background", Color.YELLOW);
|
||||||
UIManager.put("ToolTip.font", new Font("SansSerif", Font.BOLD, 14));
|
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.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 {
|
try {
|
||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 55 KiB |