src/demo/share/jfc/Stylepad/resources/StylepadSystem.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 50830 5500595d8ebf
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     1
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     2
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     3
# Redistribution and use in source and binary forms, with or without
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     4
# modification, are permitted provided that the following conditions
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     5
# are met:
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     6
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     7
#   - Redistributions of source code must retain the above copyright
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     8
#     notice, this list of conditions and the following disclaimer.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
     9
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    10
#   - Redistributions in binary form must reproduce the above copyright
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    11
#     notice, this list of conditions and the following disclaimer in the
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    12
#     documentation and/or other materials provided with the distribution.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    13
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    14
#   - Neither the name of Oracle nor the names of its
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    15
#     contributors may be used to endorse or promote products derived
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    16
#     from this software without specific prior written permission.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    17
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    18
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    19
# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    20
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    21
# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    22
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    23
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    24
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    25
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    26
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    27
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    28
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    29
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    30
50830
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    31
#
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    32
# Non-translatable properties for Stylepad example
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    33
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    34
ViewportBackingStore=true
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    35
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    36
family1Action=font-family-SansSerif
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    37
family2Action=font-family-Monospaced
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    38
family3Action=font-family-Serif
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    39
family4Action=font-family-LucidaSans
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    40
size1Action=font-size-10
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    41
size2Action=font-size-12
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    42
size3Action=font-size-18
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    43
size4Action=font-size-24
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    44
size5Action=font-size-48
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    45
boldAction=font-bold
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    46
italicAction=font-italic
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    47
underlineAction=font-underline
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    48
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    49
dumpAction=dump-model
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    50
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    51
leftAction=left-justify
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    52
centerAction=center-justify
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 50830
diff changeset
    53
rightAction=right-justify