jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/list/resources/ListDemo.properties
changeset 36744 a00905527ec2
equal deleted inserted replaced
36743:bdc3f1b79fb7 36744:a00905527ec2
       
     1 ### List Demo ###
       
     2 
       
     3 ListDemo.accessible_description=JList Demo
       
     4 ListDemo.name=List Demo
       
     5 ListDemo.tooltip=JList demo
       
     6 ListDemo.prefixes=Prefixes
       
     7 ListDemo.suffixes=Suffixes
       
     8 ListDemo.count_label=Number of generated list entries:
       
     9 ListDemo.all=All
       
    10 ListDemo.none=None
       
    11 ListDemo.red=Red Company Logo Image
       
    12 ListDemo.yellow=Red Company Logo Image
       
    13 ListDemo.blue=Blue Company Logo Image
       
    14 ListDemo.gray=Gray Company Logo Image
       
    15 ListDemo.green=Green Company Logo Image
       
    16 ListDemo.magenta=Magenta Company Logo Image
       
    17 ListDemo.cyan=Cyan Company Logo Image
       
    18 ListDemo.description=<html><P STYLE="margin-left: .25in; margin-right: .25in">This demo shows how to present lists of data in two different ways. On the left is a <b>JList</b> component whose list items consist of the permutations of the checked prefixes and suffixes. The prefix and suffix checkbox columns on the right are created by using a <b>JPanel</b> with a Y Axis <b>BoxLayout</b> inside a <b>JScrollPane</b>.</P></html>