diff --git a/src/main/kotlin/LatestUpdatePane.kt b/src/main/kotlin/LatestUpdatePane.kt index 8073551..2c2ba71 100644 --- a/src/main/kotlin/LatestUpdatePane.kt +++ b/src/main/kotlin/LatestUpdatePane.kt @@ -25,6 +25,7 @@ class LatestUpdatePane(url: String) : JScrollPane() { val postBody = doc.select(".rightpanel").select(".msgcontents") texPane.text = postBody.toString() setViewportView(texPane) + texPane.isEditable = false getViewport().background = Color(153,132,104) texPane.background = Color(153,132,104)