mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 08:39:45 +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));
|
red=((float)(((tempBar.getValue())-30)/80.0));
|
||||||
blue=(1-red);
|
blue=(1-red);
|
||||||
Logger.write("Color number" + red);
|
|
||||||
tempBarColor=new Color(red, green,blue, (float)0.65);
|
tempBarColor=new Color(red, green,blue, (float)0.65);
|
||||||
tempBar.setForeground(tempBarColor);
|
tempBar.setForeground(tempBarColor);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user