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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java86 JComponent dragPane; field in class:MotifDesktopPaneUI.MotifDesktopManager
105 Rectangle r = dragPane.getBounds();
106 dragPane.setBounds(newX, newY, newWidth, newHeight);
108 dragPane.getParent().repaint(r.x, r.y, r.width, r.height);
115 if(dragPane == null)
116 dragPane = new DragPane();
118 layeredPaneForDragPane.setLayer(dragPane, Integer.MAX_VALUE);
119 dragPane.setBounds(f.getX(), f.getY(), f.getWidth(), f.getHeight());
120 layeredPaneForDragPane.add(dragPane);
131 layeredPaneForDragPane.remove(dragPane);
[all...]

Completed in 28 milliseconds