mirror of
https://gitlab.com/2009scape/09launcher.git
synced 2025-12-09 16:45:54 -07:00
changelog no longer editable
This commit is contained in:
parent
27212fa266
commit
b8ca80cd3d
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class LatestUpdatePane(url: String) : JScrollPane() {
|
||||||
val postBody = doc.select(".rightpanel").select(".msgcontents")
|
val postBody = doc.select(".rightpanel").select(".msgcontents")
|
||||||
texPane.text = postBody.toString()
|
texPane.text = postBody.toString()
|
||||||
setViewportView(texPane)
|
setViewportView(texPane)
|
||||||
|
texPane.isEditable = false
|
||||||
|
|
||||||
getViewport().background = Color(153,132,104)
|
getViewport().background = Color(153,132,104)
|
||||||
texPane.background = Color(153,132,104)
|
texPane.background = Color(153,132,104)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue