Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I'm currently studying java and I'm just wondering if in java you really need to code every component of your GUI unlike in visual basic where there is a drag and drop approach? Do I need to code every button, textbox, etc. in java? I know there is a scene builder for java fx but it's not free.

What I have tried:

I came to a tutorial on youtube about java fx and java swing to create GUI in java. Can I have some advice about where to start because I'm really confused?
Posted
Updated 26-Sep-20 21:39pm

Go to The Java™ Tutorials[^] and see the section headed "Creating Graphical User Interfaces".
 
Share this answer
 
Comments
Maciej Los 27-Sep-20 4:00am    
5ed!
Richard MacCutchan 27-Sep-20 4:04am    
Thanks, Maciej.
lelouch_vi 2 27-Sep-20 4:18am    
Thanks. the link really helps!
 
Share this answer
 
Comments
lelouch_vi 2 27-Sep-20 4:19am    
The window builder in eclipse is pretty handy, but for you as a developer do you advise to use this or to write everything in code? Thanks a lot!
Maciej Los 27-Sep-20 14:46pm    
It depends on you ;)
You're very welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900