(String key, String value)
| 626 | /// |
| 627 | /// - `value`: the value of the property |
| 628 | public static void setProperty(String key, String value) { |
| 629 | Display.INSTANCE.setProperty(key, value); |
| 630 | } |
| 631 | |
| 632 | /// Returns true if executing this URL should work, returns false if it will not |
| 633 | /// and null if this is unknown. |