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.
我在 JPanel 上绘制了一些字符串,但我不想将这些字符串相互绘制。
如何检查面板上的某个点是否有字符串?
谢谢!
您需要跟踪所有字符串及其位置,然后用于java.awt.FontMetrics计算字符串的边界框。然后你所要做的就是检查边界框是否有交集。
java.awt.FontMetrics