ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 1024 by alloc, Sat May 30 13:17:51 2015 UTC vs.
Revision 1025 by alloc, Sat May 30 13:22:00 2015 UTC

# Line 18 | Line 18 | import javax.swing.JFrame;
18   import javax.swing.JOptionPane;
19   import javax.swing.JToolBar;
20   import javax.swing.SwingUtilities;
21 + import javax.swing.ToolTipManager;
22   import javax.swing.UIManager;
23   import javax.swing.UIManager.LookAndFeelInfo;
24  
# Line 184 | Line 185 | public class AEInstaller2 {
185                          e.printStackTrace();
186                  }
187                  JFrame.setDefaultLookAndFeelDecorated(true);
188 +                
189 +                ToolTipManager.sharedInstance().setDismissDelay (20000);
190  
191                  SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
192                  System.out.println(basicBundle.getString("appname")

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)