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