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 Swing 的文本控件中围绕某些文本进行括号的自定义绘制。但我需要知道在哪里画它们。我确实知道文本内容中字符的确切范围,所以我只需要能够将这些索引翻译到控件上的特定位置,以便我可以绘制。
有没有办法做到这一点?