icons for desktop added
This commit is contained in:
parent
17c022d0fb
commit
21cd579878
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -258,6 +258,8 @@ public class CpuForm {
|
|||
BigDecimal divide = new BigDecimal(currentFreq[i]).divide(new BigDecimal(1000000000), 2, RoundingMode.HALF_UP);
|
||||
String freqStr = divide + " GHz";
|
||||
textField.setText(freqStr);
|
||||
|
||||
// TODO to fix
|
||||
cpuForm.getFreqLabel().setText(freqStr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue