|
|
|
@ -397,7 +397,7 @@ public class VerticalFlowLayout implements LayoutManager, java.io.Serializable {
|
|
|
|
|
if (ltr) { |
|
|
|
|
m.setLocation(isAlignLeft ? x : newX, y); |
|
|
|
|
} else { |
|
|
|
|
m.setLocation(isAlignLeft ? x : newX, target.getHeight() - y - m.getHeight()); |
|
|
|
|
m.setLocation(isAlignLeft ? target.getWidth() - m.getWidth() - hgap : newX, target.getHeight() - y - m.getHeight()); |
|
|
|
|
} |
|
|
|
|
y += m.getHeight() + vgap; |
|
|
|
|
} |
|
|
|
|