overview
This commit is contained in:
parent
b62f9cc622
commit
c5c9ceb1fa
|
@ -73,6 +73,7 @@ public class OverviewForm {
|
|||
System.err.println();
|
||||
System.err.println(hardware.getMemory().toString());
|
||||
System.err.println(hardware.getMemory().getPhysicalMemory().get(0).toString());
|
||||
System.err.println(hardware.getMemory().getPhysicalMemory().get(0).getCapacity() + hardware.getMemory().getPhysicalMemory().get(1).getCapacity());
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue