ToolTip implementation

This commit is contained in:
Karl Tauber
2019-09-04 10:18:29 +02:00
parent 5f43740484
commit a15e21b6c1
6 changed files with 45 additions and 1 deletions

View File

@@ -188,6 +188,11 @@ TableHeader.separatorColor=585858
TableHeader.bottomSeparatorColor=585858
#---- ToolTip ----
ToolTip.background=4b4d4d
#---- Tree ----
Tree.background=@textComponentBackground

View File

@@ -45,6 +45,7 @@ TableHeaderUI=com.formdev.flatlaf.ui.FlatTableHeaderUI
TextAreaUI=com.formdev.flatlaf.ui.FlatTextAreaUI
TextFieldUI=com.formdev.flatlaf.ui.FlatTextFieldUI
TextPaneUI=com.formdev.flatlaf.ui.FlatTextPaneUI
ToolTipUI=javax.swing.plaf.basic.BasicToolTipUI
TreeUI=com.formdev.flatlaf.ui.FlatTreeUI
ViewportUI=com.formdev.flatlaf.ui.FlatViewportUI
@@ -258,6 +259,11 @@ TextPane.background=@textComponentBackground
TextPane.margin=@textComponentMargin
#---- ToolTip ----
ToolTip.border=2,6,2,6,@@Component.borderColor
#---- Tree ----
Tree.border=1,1,1,1

View File

@@ -188,6 +188,11 @@ TableHeader.separatorColor=e5e5e5
TableHeader.bottomSeparatorColor=e5e5e5
#---- ToolTip ----
ToolTip.background=f7f7f7
#---- Tree ----
Tree.background=@textComponentBackground