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.
在JApplet. 我想显示字符串变量。
JApplet
可以在此处找到对角线格式的示例。
垂直格式示例:
V E R T I C A L
有些组件可以自然地做到这一点。
您可以尝试使用 JTextArea。只需在每个垂直字符后添加一个新行。然后,您可以在对角线的每一行之前添加多个空格。实际上文本区域支持字母换行,因此您可以使用等宽字体并使用单列创建文本区域,它应该为您做垂直。
您可以将文本图标用于垂直。然后可以自定义对角线的代码,为每个字母添加一个间隙。