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

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

The newest version!

# "Standard" application resources

Application.id = ApplicationExample2
Application.title = Application Example: Hello World with ResourceBundle
Application.version = 1.0
Application.vendor = Sun Microsystems, Inc.
Application.vendorId = Sun
Application.homepage = http://www.javadesktop.org
Application.description =  A "Hello World" application with a standard resource bundle.


# The resources below are "injected" at startup time, just
# before the mainFrame is packed, with:
#   appContext.getResourceMap(getClass()).injectComponents(mainFrame);

mainFrame.title = ${Application.title} (version ${Application.version})
label.text = Hello World
label.font = Lucida-PLAIN-32





© 2015 - 2025 Weber Informatics LLC | Privacy Policy