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

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

The newest version!

# Resource file for the DocumentExample Application class

# Standard application resources

Application.id = DocumentExample
Application.title = Application Framework DocumentExample
Application.version = 1.0
Application.vendor = Sun Microsystems, Inc.
Application.vendorId = Sun
Application.homepage = http://appframework.dev.java.net
Application.description =  A very (very) simple single document application.
Application.lookAndFeel = system


# Resources for the @Actions defined in DocumentExample

open.Action.text = &Open...
open.Action.icon = open.png
open.Action.accelerator = control O
open.Action.shortDescription = open a file

save.Action.text = &Save
save.Action.icon = save.png
save.Action.accelerator = control S
save.Action.shortDescription = save the current file

saveAs.Action.text = &Save As...
saveAs.Action.shortDescription = save the current file to a new location

close.Action.text = &Close...
close.Action.shortDescription = close the current file

showAboutBox.Action.text = About...
showAboutBox.Action.shortDescription = show the application's about box dialog

closeAboutBox.Action.text = OK
closeAboutBox.Action.shortDescription = close the about box dialog


# Message for the ConfirmExit ExitListener

confirmTextExit = The text in the %s file has changed.  Do you really want to exit?


# The FileChooser uses this string to identify files with a 
# ".txt" extension.  This resource is loaded, not injected.

txtFileExtensionDescription = Text Files


# Resources for named component properties
	
openFileChooser.dialogTitle = Open a Text File
saveFileChooser.dialogTitle = Save a Text File

mainFrame.title = untitled.txt - ${Application.id}

# The toolbar button doesn't get the trailing "..."
openToolBarButton.text = Open

textArea.lineWrap = true
textArea.wrapStyleWord = true

fileMenu.text = File
editMenu.text = Edit
helpMenu.text = Help


# Resources for the AboutBox

aboutDialog.title = About ${Application.id}

aboutTitleLabel.font = Lucida-BOLD-18
aboutTitleLabel.text = ${Application.title}

descriptionLabel.text = Description:
descriptionTextField.text = ${Application.description}

versionLabel.text = Version:
versionTextField.text = ${Application.version}

vendorLabel.text = Vendor:
vendorTextField.text = ${Application.vendor}

homeLabel.text = Home:
homeTextField.text = ${Application.homepage}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy