All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.resources.LocalStorageExample1.properties Maven / Gradle / Ivy

The newest version!

# Resources for LocalStorageExample1

# Standard application resources

Application.id = LocalStorageExample1
Application.title = Application Framework LocalStorageExample1
Application.version = 1.0
Application.vendor = Sun Microsystems, Inc.
Application.vendorId = Sun
Application.homepage = http://www.javadesktop.org
Application.description =  A demo of the LocalStorage class
Application.lookAndFeel = system

# @Actions

addRandomEntry.Action.text = &Add Random Entry
addRandomEntry.Action.shortDescription = Add a random key value entry to the map

addKeyValueEntry.Action.text = &Add Key Value Entry
addKeyValueEntry.Action.shortDescription = Add/update the specified key value entry to the map

saveMap.Action.text = &Save
saveMap.Action.shortDescription = Save the map to LocalStorage

loadMap.Action.text = &Load
loadMap.Action.shortDescription = Load the most recently saved map from LocalStorage

clearMap.Action.text = &Clear
clearMap.Action.shortDescription = Clear the all of the map's entries


# For the showFileMessage method

savedFile = Saved: %s
loadedFile = Loaded: %s






© 2015 - 2025 Weber Informatics LLC | Privacy Policy