As I see in Java, jFrame and awt are already included, which are needed to create user interfaces. I was given the task to create a multi functional interface.
Do all Java programmers use basic things like JFrame or awt ?
Is it possible to do without these dependencies and create your own interface with 0 (I know that it will not be easy)?
I have never worked with graphical interfaces in Java.