Restore network diagnostics
rubensworks opened this issue · 2 comments
Issue type:
- ➕ Feature request
Short description:
In MC 1.15, LWJGL 3 is being used, which is incompatible with AWT, Swing, JavaFX, ...
Our network diagnostics gui was written in AWT, so it needs a rewrite now.
Rewriting in plain LWJGL is probably the only solution we have, which gives us the opportunity to make it more MC-styled. But since LWJGL doesn't have that many useful GUI utils, it may be a pain to implement.
Writing in html via a temp webserver may be better and easier, so that's where my preference lies currently.
Done as of 678977c