SwingX: JXBusyLabel support (#8)

This commit is contained in:
Karl Tauber
2019-10-18 13:26:30 +02:00
parent 3f7215c602
commit c1a9f48e6b
8 changed files with 180 additions and 12 deletions

View File

@@ -14,6 +14,12 @@
# limitations under the License.
#
#---- BusyLabel ----
JXBusyLabel.baseColor=777777
JXBusyLabel.highlightColor=e0e0e0
#---- Header ----
JXHeader.background=@background

View File

@@ -16,6 +16,7 @@
#---- UI delegates ----
BusyLabelUI=com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI
HeaderUI=com.formdev.flatlaf.swingx.ui.FlatHeaderUI
HyperlinkUI=com.formdev.flatlaf.swingx.ui.FlatHyperlinkUI
swingx/TaskPaneUI=com.formdev.flatlaf.swingx.ui.FlatTaskPaneUI

View File

@@ -14,6 +14,12 @@
# limitations under the License.
#
#---- BusyLabel ----
JXBusyLabel.baseColor=c4c4c4
JXBusyLabel.highlightColor=808080
#---- Header ----
JXHeader.background=@background