OptionPaneDemo.properties revision 13978:1993af50385d
1### OptionPane Demo ###
2
3OptionPaneDemo.accessible_description=The OptionPane Demo shows examples of using JOptionPane to generate different common option dialog boxes
4OptionPaneDemo.tooltip=JOptionPane Demo
5OptionPaneDemo.name=Option Pane Demo
6
7OptionPaneDemo.warningbutton=Show Warning Dialog
8OptionPaneDemo.componentbutton=Show Component Dialog
9OptionPaneDemo.inputbutton=Show Input Dialog
10OptionPaneDemo.confirmbutton=Show Confirmation Dialog
11OptionPaneDemo.messagebutton=Show Message Dialog
12
13OptionPaneDemo.warningtitle=Warning Dialog Example
14OptionPaneDemo.warningtext=<html><P><font color=black>This is a test of the <font color=red><b>Emergency Broadcast System</b></font>. <i><b>This is <br> only a test</b></i>.  The webmaster of your local intranet, in voluntary <br> cooperation with the <font color=blue><b>Federal</b></font> and <font color=blue><b>State</b></font> authorities, have <br> developed this system to keep you informed in the event of an <br> emergency. If this had been an actual emergency, the signal you <br> just heard would have been followed by official information, news <br> or instructions. This concludes this test of the <font color=red><b>Emergency <br> Broadcast System</b></font>.</font></P><P><br>Developer Note: This dialog demo used HTML for text formatting.</P></html>
15
16OptionPaneDemo.messagetext=Message in a Bottle (yeah)
17
18OptionPaneDemo.confirmquestion=Is the sun shining outside today?
19OptionPaneDemo.confirmyes=<html>Well what are you doing playing on the computer?<br> Get outside! Take a trip to the beach! Get a little sun!</html>
20OptionPaneDemo.confirmno=Well good thing you're inside protected from the elements!
21
22OptionPaneDemo.inputquestion=What is your favorite movie?
23OptionPaneDemo.inputresponse=That was a pretty good movie!
24
25OptionPaneDemo.componenttitle=Component Dialog Example
26OptionPaneDemo.componentmessage=<html>JOptionPane can contain as many components <br> as you want, such as a text field:</html>
27OptionPaneDemo.componenttextfield=or a combobox:
28OptionPaneDemo.component_cb1=item 1
29OptionPaneDemo.component_cb2=item 2
30OptionPaneDemo.component_cb3=item 3
31OptionPaneDemo.componentmessage2=<html>JOptionPane can also show as many options <br> as you want:</html>
32OptionPaneDemo.component_op1=Yes
33OptionPaneDemo.component_op2=No
34OptionPaneDemo.component_op3=Maybe
35OptionPaneDemo.component_op4=Probably
36OptionPaneDemo.component_op5=Cancel
37
38OptionPaneDemo.component_r1=Upbeat and positive! I like that! Good choice.
39OptionPaneDemo.component_r2=Definitely not, I wouldn't do it either.
40OptionPaneDemo.component_r3=<html><font color=black> Mmmm.. yes, the situation is unclear at this <br> time. Check back when you know for sure.</font></html>
41OptionPaneDemo.component_r4=<html><font color=black>You know you want to. I think you should <br> have gone for broke and pressed "Yes".</font></html>
42
43