私はこれの多くのバージョンを調査して見ました
JEditorPane textarea = new JEditorPane("text/html", "");
listArea.setText("<b>Bold</b>");
残念ながら、それは私にとってはうまくいかないようです。私はそれを使用するのが初めてなので、それが異なるバージョンの netbeans の結果であるかどうかはわかりません。
特定の単語を太字にするにはどうすればよいですか?
編集:表示することはあまりありません...それは文字通り、actionPerformedボタンの後の行です...
private void sortButtonActionPerformed(java.awt.event.ActionEvent evt) {
JEditorPane listArea = new JEditorPane("text/html", "");
listArea.setText("<B>Adjectives</B>" + "/n"); //I've tried both upper and lower case