org.jfree.ui.about
Class SystemProperties
java.lang.Object
org.jfree.ui.about.SystemProperties
public class SystemProperties
- extends Object
A utility class for working with system properties.
- Author:
- David Gilbert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createSystemPropertiesTable
public static SortableTable createSystemPropertiesTable()
- Creates and returns a JTable containing all the system properties. This method returns a
table that is configured so that the user can sort the properties by clicking on the table
header.
- Returns:
- a system properties table.
Copyright © 2001-2012 JFree.org. All Rights Reserved.