Jannis Weis

Results 114 comments of Jannis Weis

You can disable the shadow by setting `UIManager.put("ToolTip.paintShadow", false)`. Until I can reproduce the issue this is the best I can offer.

What does this setting effectively do? If there is no scrollbar necessary will it show one nonetheless?

I have to say until now so haven’t really given much thought about animated svg icons (which is why you haven’t found any built-in way to achieve it) but I'm...

Sorry I haven’t gotten around looking into this, but your progress looks great! You might want to look into the [Animator](https://github.com/weisJ/darklaf/blob/master/core/src/main/java/com/github/weisj/darklaf/graphics/Animator.java) class for the time handling. It supports pausing (suspending)...

Thank you very much for your efforts!

I have implemented a new version of the `Animator`, which is more inline with your implementation. For now I probably won't include the `SVGAnimator` class myself due to the planned...

I absolutely don’t mind the question. Support for filters in the new implementation is definitely planned: https://github.com/weisJ/jsvg

Just to give an update for this issue. I am at the point where I can replace all current usage of svgSalamander in darklaf with jsvg. Though I still haven't...

This is a very good idea. Some quick thoughts that I have about it: - Linux support is probably not feasible IMO. - I think nowadays Windows uses Mica (on...

> > A component like this would probably need to heavily modify all components above it. Most backgrounds will have to be transparent others probably opaque. Borders most likely can...