Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为阿拉伯人开发一个 java 桌面应用程序,所以我需要从右到左正确显示阿拉伯标签
我正在使用netbeans。如何更改文本方向?
如果您使用的是 GUI 构建器,请右键单击标签和其他组件,选择Properties并设置文本对齐方式。
Properties
或者,如果创建 GUI 编写代码,请使用setHorizontalAlignment 方法。