Searched refs:tipWindow (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DToolTipManager.java63 transient Popup tipWindow; field in class:ToolTipManager
348 tipWindow = popupFactory.getPopup(insideComponent, tip,
353 tipWindow.show();
372 if (tipWindow != null) {
377 tipWindow.hide();
378 tipWindow = null;
474 if (tipWindow != null){
528 } else if(event.getSource() == insideComponent && tipWindow != null) {
637 if (tipWindow != null) {
832 if (tipWindow !
[all...]

Completed in 145 milliseconds