mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-29 16:01:19 -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));
|
setPreferredSize(new Dimension(1024, 768));
|
||||||
pack();
|
pack();
|
||||||
setLocationRelativeTo(parent);
|
setLocationRelativeTo(parent);
|
||||||
|
ToolTipManager.sharedInstance().setDismissDelay(10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void createViewMenu(JMenuBar menuBar, JToolBar toolBar) {
|
private void createViewMenu(JMenuBar menuBar, JToolBar toolBar) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user