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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopPaneUI.java47 private TaskBar taskBar; field in class:SynthDesktopPaneUI
67 if (taskBar != null) {
69 desktop.addComponentListener(taskBar);
71 desktop.addContainerListener(taskBar);
83 taskBar = new TaskBar();
95 // Move desktopIcon from desktop to taskBar
99 if (desktopIcon.getParent() != taskBar) {
100 taskBar.add(desktopIcon);
102 taskBar);
105 taskBar
[all...]

Completed in 95 milliseconds