diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-01-15 00:15:22 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-01-15 00:15:22 +0000 |
commit | 1a31bb3f9e396aa86c5e07d414fc855730a0e52e (patch) | |
tree | d95801b4c9adaa96e0b04e2aec60b47dc72fef1d | |
parent | 11f66d5a35f185ce427dc89324c7f01cc33ba691 (diff) | |
download | jitsi-1a31bb3f9e396aa86c5e07d414fc855730a0e52e.zip jitsi-1a31bb3f9e396aa86c5e07d414fc855730a0e52e.tar.gz jitsi-1a31bb3f9e396aa86c5e07d414fc855730a0e52e.tar.bz2 |
All Look & feel and GUI color constants are now moved to a properties file in resources folder.
-rw-r--r-- | src/net/java/sip/communicator/impl/gui/main/configforms/ConfigurationFrame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/configforms/ConfigurationFrame.java b/src/net/java/sip/communicator/impl/gui/main/configforms/ConfigurationFrame.java index d3f1aac..561b256 100644 --- a/src/net/java/sip/communicator/impl/gui/main/configforms/ConfigurationFrame.java +++ b/src/net/java/sip/communicator/impl/gui/main/configforms/ConfigurationFrame.java @@ -85,7 +85,7 @@ public class ConfigurationFrame buttonsPanel.setBorder( BorderFactory.createMatteBorder(1, 0, 0, 0, - Constants.BLUE_GRAY_BORDER_COLOR)); + Constants.BORDER_COLOR)); this.mainPanel.add(buttonsPanel, BorderLayout.SOUTH); |