When I run my Java code from Eclipse it works fine. When I run it from a terminal in the Windows Subsystem for Linux it says "No X11 DISPLAY variable was set,". It is set, I can echo it. I can also ...
What would be the best way to share variables/objects between different GUI elements in java? Basically I have several ArrayList objects I want my modal dialogs to have access to. Also, where is the ...