I am new to Java GUI programming, and I want to make a Java GUI application that can run on both Windows and Linux with the same code (same executable / object).
Is this possible without compatibility / error / error issues?
What else (e.g. libraries, classes, packages) will I need to be able to design a GUI in Java?
Should these libraries be present on every computer and every OS so that the application can work? Or is there enough Java Virtual Machine (JVM) installed on the computer?
java user-interface linux windows cross-platform
MinimalTech
source share