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.
のユーザー入力から見つけた文字列の色を変更したいJTextArea。インターネットで検索しましたが、解決策が見つかりませんでした。JTextPane がこの種のスタイリングを非常に簡単に処理できることは知っていますがJTextPane、その機能については詳しくありません。たとえば、テキスト領域で簡単にできるワードラップとラインラップを有効にする方法がわかりません。
JTextArea
JTextPane
では、文字列の色を変更する方法はありJTtextAreaますか?
JTtextArea
複数のフォントとフォーマットを使用できる JEditorPane を使用するか、テキスト領域の背景色/前景色を設定します。
setForeground(Color Object Here); setBackground(Color Object Here);