|
e.g.
> getProperty("java.version") 1.1.5 > getProperty("line.separator").toCharArray() ['\n']
|
loadProperty() reads properties from a file or an inputStream. If properties is specified the loaded properties are merged into the properties.
|
propertyEditor() starts up a property editor. This function is written with Swing API.