I am looking to write a GUI in Java that will give standardized information from the computer's hardware (for example, I want to know what my processor is, and discover that it's an Intel i7 processor, with an integrated graphics card). Are there any external libraries to download that would enable me to read this information? Keep in mind, all I want is the name of the processor/graphics card/operating system, not anything within it.
Edit: I understand that there is another question asking something similar, however, that question is asking about the usage of the specific parts of hardware, where I am simply looking for the names of the hardware.