On Fri, 10 Jan 2025 21:09:01 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Added ant build to the RichTextAreaDemo project. > > ## Building > > Build: run `ant` command in the project directory. > > ## Running Demos > > Use the following commands to run demos build in the previous section: > > Code Area Demo: `ant run-codearea-demo` > > Notebook Demo: `ant run-notebook-demo` > > Rich Editor Demo: `ant run-richeditor-demo` > > RichTextArea Tester: `ant run-richtextarea-demo` This pull request has now been integrated. Changeset: dcfe56bd Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/dcfe56bd87ab9160d90b4b0aa634ca0b41788283 Stats: 132 lines in 2 files changed: 130 ins; 1 del; 1 mod 8347362: RichTextArea Demo Apps Build Script Reviewed-by: kcr ------------- PR: https://git.openjdk.org/jfx/pull/1672