Finds a color in the system properties. The argument is treated as the name of a system property to be obtained. The string value of this property is then interpreted as an integer which is then converted to a Color object. If the specified property is not found or could not be
(String nm)
| 612 | * @since JDK1.0 |
| 613 | */ |
| 614 | public static java.awt.Color getColor(String nm) { |
| 615 | return getColor(nm, null); |
| 616 | } |
| 617 | |
| 618 | /** |
| 619 | * Finds a color in the system properties. |
no outgoing calls
no test coverage detected