mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 07:28:20 -04:00
Set ToolTip dismiss delay to 10 sec.
This commit is contained in:
parent
146813eeb7
commit
f4634169ac
@ -235,6 +235,7 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
|
||||
setPreferredSize(new Dimension(1024, 768));
|
||||
pack();
|
||||
setLocationRelativeTo(parent);
|
||||
ToolTipManager.sharedInstance().setDismissDelay(10000);
|
||||
}
|
||||
|
||||
private void createViewMenu(JMenuBar menuBar, JToolBar toolBar) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user