我有JScrollPane和里面的JTextArea我试图将JTextArea的方向设置为从右到左,这样它里面的文本将从右边和滚动条开始会在左边我已经尝试了以下但它们并没有影响方向的方向:txt.applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);txt.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT);txt.setAlignmentX(JTextArea.RIGHT_ALIGNMENT);编辑:camickr和trashgod提供的两个答案工