Registry.CURRENT_USER

Overview | Fields | This Package | All Packages

Registry.CURRENT_USER

Represents the HKEY_CURRENT_USER root key.

Syntax

public static final RegistryKey CURRENT_USER;

Remarks

Use the CURRENT_USER key to store user-specific settings. Your application must not require any of these settings to preexist. It should always provide meaningful default values within the application and/or within the registry.