mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 01:39:35 +08:00
添加internal访问限制
This commit is contained in:
parent
df7779b88b
commit
8b22e922a0
@ -9,7 +9,7 @@ import javax.swing.JLabel
|
||||
/**
|
||||
* 构造方法中url指代用户需要点击的链接, text为显示的提示内容
|
||||
*/
|
||||
class HyperLinkLabel constructor(url :String, text :String) : JLabel() {
|
||||
internal class HyperLinkLabel constructor(url :String, text :String) : JLabel() {
|
||||
init {
|
||||
super.setText("<html><a href='$url'>$text</a></html>");
|
||||
addMouseListener(object : MouseAdapter() {
|
||||
|
Loading…
Reference in New Issue
Block a user