jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/optionpane/resources/OptionPaneDemo.properties
changeset 36744 a00905527ec2
equal deleted inserted replaced
36743:bdc3f1b79fb7 36744:a00905527ec2
       
     1 ### OptionPane Demo ###
       
     2 
       
     3 OptionPaneDemo.accessible_description=The OptionPane Demo shows examples of using JOptionPane to generate different common option dialog boxes
       
     4 OptionPaneDemo.tooltip=JOptionPane Demo
       
     5 OptionPaneDemo.name=Option Pane Demo
       
     6 
       
     7 OptionPaneDemo.warningbutton=Show Warning Dialog
       
     8 OptionPaneDemo.componentbutton=Show Component Dialog
       
     9 OptionPaneDemo.inputbutton=Show Input Dialog
       
    10 OptionPaneDemo.confirmbutton=Show Confirmation Dialog
       
    11 OptionPaneDemo.messagebutton=Show Message Dialog
       
    12 
       
    13 OptionPaneDemo.warningtitle=Warning Dialog Example
       
    14 OptionPaneDemo.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 
       
    16 OptionPaneDemo.messagetext=Message in a Bottle (yeah)
       
    17 
       
    18 OptionPaneDemo.confirmquestion=Is the sun shining outside today?
       
    19 OptionPaneDemo.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>
       
    20 OptionPaneDemo.confirmno=Well good thing you're inside protected from the elements!
       
    21 
       
    22 OptionPaneDemo.inputquestion=What is your favorite movie?
       
    23 OptionPaneDemo.inputresponse=That was a pretty good movie!
       
    24 
       
    25 OptionPaneDemo.componenttitle=Component Dialog Example
       
    26 OptionPaneDemo.componentmessage=<html>JOptionPane can contain as many components <br> as you want, such as a text field:</html>
       
    27 OptionPaneDemo.componenttextfield=or a combobox:
       
    28 OptionPaneDemo.component_cb1=item 1
       
    29 OptionPaneDemo.component_cb2=item 2
       
    30 OptionPaneDemo.component_cb3=item 3
       
    31 OptionPaneDemo.componentmessage2=<html>JOptionPane can also show as many options <br> as you want:</html>
       
    32 OptionPaneDemo.component_op1=Yes
       
    33 OptionPaneDemo.component_op2=No
       
    34 OptionPaneDemo.component_op3=Maybe
       
    35 OptionPaneDemo.component_op4=Probably
       
    36 OptionPaneDemo.component_op5=Cancel
       
    37 
       
    38 OptionPaneDemo.component_r1=Upbeat and positive! I like that! Good choice.
       
    39 OptionPaneDemo.component_r2=Definitely not, I wouldn't do it either.
       
    40 OptionPaneDemo.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>
       
    41 OptionPaneDemo.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