I've been working on a new Java UI lib that (uniquely) works on both the desktop and in the browser. I worry it's a fools errand, but there are still 9m Java devs out there that have lost any easy path to write and distribute Java client apps. There are now great tools for compiling Java to JS and WASM, like TeaVM and CheerpJ, but the standard UI frameworks are either out of date, too heavyweight, or both (Swing, JavaFX). Am I working on yesterday's problems? Do I need an intervention?