如何对齐附加到 JScrollPane 的文本

发布于 2024-10-23 21:38:32 字数 165 浏览 1 评论 0原文

我认为屏幕截图值得几段

文本对齐问题的屏幕截图

我能想到的最好方法是检查字符串的长度并根据给/取 \t 进行操作,但这看起来不太优雅。有更简单/更好的方法吗?

I think the screenshot is worth a couple of paragraphs

screenshot of the text alignment problem

The best way I can think of doing it is to check for the length of the string and depending give/take \t, but it just seems inelegant. Is there a simpler/better way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拥醉 2024-10-30 21:38:32

我会为此使用 JTable。您可以将一个放在 JScrollPane 中。这将使您自动对齐列。另外,您将获得列标题,这将有助于理解数据的含义。

I would use a JTable for this. You can put one in a JScrollPane. This will get you aligned columns automatically. Plus you will get column headers which will aid in understanding what the data means.

无戏配角 2024-10-30 21:38:32

如果您想坚持使用纯文本并对字段长度有上限(您需要保证对齐),那么您可以使用 printf。

If you want to stick with plain text and have an upper bound on the length of fields (which you'd need to guarantee alignment), then you could use printf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文