mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 00:07:12 -06:00
SwingX: JXTitledPanel support (issue #22)
This commit is contained in:
@@ -22,6 +22,7 @@ HeaderUI=com.formdev.flatlaf.swingx.ui.FlatHeaderUI
|
||||
HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
|
||||
MonthViewUI=com.formdev.flatlaf.swingx.ui.FlatMonthViewUI
|
||||
swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI
|
||||
TitledPanelUI=com.formdev.flatlaf.swingx.ui.FlatTitledPanelUI
|
||||
|
||||
|
||||
#---- DatePicker ----
|
||||
@@ -33,3 +34,11 @@ JXDatePicker.border=com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
|
||||
|
||||
JXMonthView.monthDownFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
|
||||
JXMonthView.monthUpFileName={icon}com.formdev.flatlaf.swingx.ui.FlatMonthUpIcon
|
||||
|
||||
|
||||
#---- TitledPanel ----
|
||||
|
||||
JXTitledPanel.borderColor=@@Button.borderColor
|
||||
JXTitledPanel.titleBackground=@@TaskPane.titleBackgroundGradientStart
|
||||
JXTitledPanel.titleForeground=@@TaskPane.titleForeground
|
||||
JXTitledPanel.captionInsets=4,10,4,10
|
||||
|
||||
Reference in New Issue
Block a user