no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package Common.Visual.Controls;
|
||||
import Common.Visual.CommonUI;
|
||||
import Common.Visual.UI_;
|
||||
import Common.Visual.Themes.ThemeElement;
|
||||
|
||||
import javax.swing.*;
|
||||
@@ -10,7 +10,7 @@ public class StyledProgressBar extends JProgressBar implements ThemeElement {
|
||||
}
|
||||
@Override
|
||||
public void applyTheme() {
|
||||
setBackground(CommonUI.getTheme().bar_background);
|
||||
setForeground(CommonUI.getTheme().bar_foreground);
|
||||
setBackground(UI_.getTheme().bar_background);
|
||||
setForeground(UI_.getTheme().bar_foreground);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user