+ 8
Where can i get tutorials for making GUI in Java ?
I wanna know how hard it is to make GUI in Java . No framework , native Java .
2 Answers
+ 18
Why do you want to rewrite a gui framework? Because that's what you will do - you'll reinvent the wheel.
You can take a look at some framework's doc to understand how it works. Then you will get an idea of what it takes to write your own framework.
+ 6
@Tashi N
I have no plans for making a new framework :-)
I am just curious how tough is it like JavaScript or different . Looking at docs seems a good idea