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

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

The newest version!
# Standard application resources

Application.id = ActionExample5
Application.title = Application Framework ActionExample5
Application.version = 1.0
Application.vendor = Sun Microsystems, Inc.
Application.vendorId = Sun
Application.homepage = http://www.javadesktop.org
Application.description =  A demo of the @Action block annotation parameter
Application.lookAndFeel = system

# @Action resources

blockAction.Action.text = Block &Action
blockAction.Action.accelerator = control A
blockAction.Action.shortDescription = Defined with @Action(block = Block.ACTION)

blockComponent.Action.text = Block &Component
blockComponent.Action.accelerator = control C
blockComponent.Action.shortDescription = Defined with @Action(block = Block.COMPONENT)

blockApplication.Action.text = Block A&pplication
blockApplication.Action.accelerator = control C
blockApplication.Action.shortDescription = Defined with @Action(block = Block.APPLICATION)
blockApplication.Action.BlockingDialog.title = Blocking Application 
blockApplication.Action.BlockingDialog.message = Please wait patiently ...
blockApplication.Action.BlockingDialog.icon = wait.png

# The resources below are "injected" at startup time, just
# before the mainFrame is packed, with:
#   appContext.getResourceMap(getClass()).injectComponents(mainFrame);
	
mainFrame.title = ActionExample5
demoMenu.text = Blocking Demos

blockActionToolBarButton.text = Action
blockActionToolBarButton.icon = pause.png

blockComponentToolBarButton.text = Component
blockComponentToolBarButton.icon = pause.png

blockApplicationToolBarButton.text = Application
blockApplicationToolBarButton.icon = pause.png






© 2015 - 2025 Weber Informatics LLC | Privacy Policy