Doeke Wartena

Results 62 comments of Doeke Wartena

I also have this problem. If you look at: https://docs.oracle.com/javase/9/docs/api/com/sun/tools/doclets/Taglet.html Then it states: > Note: This interface has been superseded by its replacement, [Taglet](https://docs.oracle.com/javase/9/docs/api/jdk/javadoc/doclet/Taglet.html). The file `ExampleTarget.java` is the only...

This is work in progress, but if I change generate.javadoc to the following: ```xml ``` And in terminal: `ant generate.javadoc` (else the tmp directory with the javadoc gets deleted directly)....

Ok, actually this is the offending line: ```xml ``` Also I removed ```xml stylesheetfile="resources/stylesheet.css" ``` With the stylesheet it looks like this for me: and without:

I know it says Visual Studio 2019, but I removed that cause Unreal Engine was not playing nice. I was wondering if it worked in VS 2022, it did not....

Ok, One problem was that I had Dropbox on. So maybe 2022 worked... Anyway now I have this: ``` Microsoft Visual Studio 2019 Version 16.11.33. Copyright (C) Microsoft Corp. All...

I did a lot of thinking while writing a reply here. I just deleted that and here is my refined thought. Although I'm not a big fan of Batik due...

Nice. It can also be used after setup.

Here is another bug when using noSmooth. Expected result: Actual result: ```java public void settings() { size(600, 600); noSmooth(); // pixelDensity(2); } public void setup() { } public void draw()...

@chrsmlls333 can you post an example?