Ignore:
Timestamp:
May 30, 2015, 3:22:00 PM (9 years ago)
Author:
alloc
Message:

AEI 2.23(.2): Set tooltip-timeout to 20s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java

    r1024 r1025  
    1919import javax.swing.JToolBar;
    2020import javax.swing.SwingUtilities;
     21import javax.swing.ToolTipManager;
    2122import javax.swing.UIManager;
    2223import javax.swing.UIManager.LookAndFeelInfo;
     
    185186                }
    186187                JFrame.setDefaultLookAndFeelDecorated(true);
     188               
     189                ToolTipManager.sharedInstance().setDismissDelay (20000);
    187190
    188191                SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
Note: See TracChangeset for help on using the changeset viewer.