
examples.resources.BlockingExample1.properties Maven / Gradle / Ivy
The newest version!
# Standard application resources
Application.id = BlockingExample1
Application.title = Application Framework Blocking Example1
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)
blockWindow.Action.text = Block &Window
blockWindow.Action.accelerator = control W
blockWindow.Action.shortDescription = Defined with @Action(block = Block.WINDOW)
blockApplication.Action.text = Block A&pplication
blockApplication.Action.accelerator = control C
blockApplication.Action.shortDescription = Defined with @Action(block = Block.APPLICATION)
# Default resources for BlockingExample1$DoNothingTask are in
# DoNothingTask.properties. These resources override the
# default (per Task class) resources, for the @Action named
# blockWindow
blockWindow.BlockingDialog.cancelButton.text = Interrupt
blockWindow.BlockingDialogTimer.delay = 350
# Component property resources
mainFrame.title = ActionExample5
demoMenu.text = &Blocking Demos
blockActionToolBarButton.text = Action
blockActionToolBarButton.icon = pause.png
blockComponentToolBarButton.text = Component
blockComponentToolBarButton.icon = pause.png
blockWindowToolBarButton.text = Window
blockWindowToolBarButton.icon = pause.png
blockApplicationToolBarButton.text = Application
blockApplicationToolBarButton.icon = pause.png
© 2015 - 2025 Weber Informatics LLC | Privacy Policy