ListDemo.properties revision 13978:1993af50385d
1### List Demo ###
2
3ListDemo.accessible_description=JList Demo
4ListDemo.name=List Demo
5ListDemo.tooltip=JList demo
6ListDemo.prefixes=Prefixes
7ListDemo.suffixes=Suffixes
8ListDemo.count_label=Number of generated list entries:
9ListDemo.all=All
10ListDemo.none=None
11ListDemo.red=Red Company Logo Image
12ListDemo.yellow=Red Company Logo Image
13ListDemo.blue=Blue Company Logo Image
14ListDemo.gray=Gray Company Logo Image
15ListDemo.green=Green Company Logo Image
16ListDemo.magenta=Magenta Company Logo Image
17ListDemo.cyan=Cyan Company Logo Image
18ListDemo.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>
19