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