Display Java System Properties with Swing

java, swing, system-properties

Solution

See also this answer to List of useful environment settings in Java.

Problem

Is there an easy way, using Java Swing, to display the Java system property names and values on my workstation? Basically, what I'm looking for is a Java Swing application that displays something like this:

Original source

Related problems