
examples.resources.SingleFrameExample6.properties Maven / Gradle / Ivy
The newest version!
# Standard application resources
Application.id = SingleFrameExample6
Application.title = Application Framework SingleFrameExample6
Application.version = 1.0
Application.vendor = Sun Microsystems, Inc.
Application.vendorId = Sun
Application.homepage = http://www.javadesktop.org
Application.description = A demo of SingleFrameApplication secondary windows
Application.lookAndFeel = system
# Resources for the @Actions defined in SingleFrameExample6
hideWindow.Action.text = Hide Window
hideWindow.Action.shortDescription = Hide this window
showWindow0.Action.text = Show Window 0
showWindow0.Action.accelerator = control 0
showWindow0.Action.shortDescription = Show Window 0
showWindow1.Action.text = Show Window 1
showWindow1.Action.accelerator = control 1
showWindow1.Action.shortDescription = Show Window 1
showWindow2.Action.text = Show Window 2
showWindow2.Action.accelerator = control 2
showWindow2.Action.shortDescription = Show Window 2
disposeSecondaryWindows.Action.text = Dispose All
disposeSecondaryWindows.Action.accelerator = control Z
disposeSecondaryWindows.Action.shortDescription = Dispose all secondary windows
# Resources for named component properties
viewMenu.text = View
largeFont = Lucida-PLAIN-48
mainLabel.text = Main Label
mainLabel.font = ${largeFont}
window0.title = Window Zero
label0.text = Label Zero
label0.font = ${largeFont}
window1.title = Window One
label1.text = Label One
label1.font = ${largeFont}
window2.title = Window Two
label2.text = Label Two
label2.font = ${largeFont}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy