mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 23:37:13 -06:00
SwingX: JXTaskPaneContainer and JXTaskPane support (#8)
This commit is contained in:
@@ -19,3 +19,23 @@
|
||||
Hyperlink.linkColor=589df6
|
||||
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=3E434C
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
|
||||
|
||||
#---- TaskPane ----
|
||||
|
||||
TaskPane.background=@background
|
||||
TaskPane.borderColor=@@Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=4c5052
|
||||
TaskPane.titleForeground=@foreground
|
||||
TaskPane.titleOver=888888
|
||||
TaskPane.specialTitleBackground=afafaf
|
||||
TaskPane.specialTitleForeground=222222
|
||||
TaskPane.specialTitleOver=666666
|
||||
|
||||
@@ -17,3 +17,4 @@
|
||||
#---- UI delegates ----
|
||||
|
||||
HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
|
||||
swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI
|
||||
|
||||
@@ -19,3 +19,23 @@
|
||||
Hyperlink.linkColor=4a78c2
|
||||
Hyperlink.visitedColor=@@Hyperlink.linkColor
|
||||
Hyperlink.disabledText=@disabledText
|
||||
|
||||
|
||||
#---- TaskPaneContainer ----
|
||||
|
||||
TaskPaneContainer.background=E6EBF0
|
||||
TaskPaneContainer.border=10,10,10,10
|
||||
|
||||
|
||||
#---- TaskPane ----
|
||||
|
||||
TaskPane.background=@background
|
||||
TaskPane.borderColor=@@Button.borderColor
|
||||
TaskPane.contentInsets=10,10,10,10
|
||||
|
||||
TaskPane.titleBackgroundGradientStart=dfdfdf
|
||||
TaskPane.titleForeground=222222
|
||||
TaskPane.titleOver=666666
|
||||
TaskPane.specialTitleBackground=afafaf
|
||||
TaskPane.specialTitleForeground=222222
|
||||
TaskPane.specialTitleOver=666666
|
||||
|
||||
Reference in New Issue
Block a user