| 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 |
|
|
| 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") |