InternalFrame: basic implementation (issues #39 and #11)

This commit is contained in:
Karl Tauber
2020-01-27 15:23:03 +01:00
parent 7e61d6a850
commit df4f51eff3
18 changed files with 612 additions and 38 deletions

View File

@@ -130,11 +130,34 @@ Component.focusColor=#97c3f3
#Component.arc=8
#---- Desktop ----
Desktop.background=#afe
#---- HelpButton ----
HelpButton.questionMarkColor=#0000ff
#---- InternalFrame ----
InternalFrame.activeTitleBackground=#800
InternalFrame.activeTitleForeground=#faa
InternalFrame.inactiveTitleBackground=#080
InternalFrame.inactiveTitleForeground=#afa
InternalFrame.activeBorderColor=#f00
InternalFrame.inactiveBorderColor=#0f0
InternalFrame.buttonHoverBackground=#080
InternalFrame.buttonPressedBackground=#0a0
InternalFrame.closeHoverBackground=#008
InternalFrame.closePressedBackground=#00f
InternalFrame.closeHoverForeground=#fff
InternalFrame.closePressedForeground=#fff
#---- Label ----
Label.foreground=#008800