mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 07:19:46 +02:00
Logger aus StatusPanelAdder entfernt
This commit is contained in:
@@ -124,7 +124,6 @@ public class StatusPanelAdder{
|
||||
}
|
||||
red=((float)(((tempBar.getValue())-30)/80.0));
|
||||
blue=(1-red);
|
||||
Logger.write("Color number" + red);
|
||||
tempBarColor=new Color(red, green,blue, (float)0.65);
|
||||
tempBar.setForeground(tempBarColor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user