|
|
|
@ -1424,7 +1424,9 @@ public class EastRegionContainerPane extends UIEastResizableContainer {
|
|
|
|
|
addMouseMotionListener(new MouseMotionListener() { |
|
|
|
|
@Override |
|
|
|
|
public void mouseDragged(MouseEvent e) { |
|
|
|
|
if (mouseDownCompCoords == null) return; |
|
|
|
|
if (mouseDownCompCoords == null) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Rectangle bounds = getBounds(); |
|
|
|
|
Point currCoords = e.getLocationOnScreen(); |
|
|
|
|