It's really best option to use Netbeans ide in order to create java Swing GUI applications. It's to much simply and doing most advanced things without a big effort
where can I find the options for adding Menu bar and Menu buttons in this GUI form? I see buttons, label, textfields, textArea, etc... But I can't find the menu options anywhere
Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null. at java.desktop/javax.swing.JRootPane.setContentPane(JRootPane.java:586) at java.desktop/javax.swing.JFrame.setContentPane(JFrame.java:680) at com.pruebas.Pruebas.(Pruebas.java:17) at com.pruebas.Pruebas.main(Pruebas.java:42) why?
Light mode is crazy.
Ong
Flashbang
you saved my studies today, thanks a lot.
bro please upload more vids of java swing. this video really helped me.
ME TO
I love this video help me so much please make more!!!
This video was PERFECT for what I needed. Thank you!!!!
are you using java jdk 17? im having trouble with 21
@@LautaroHitta Nope, I used 21.
EXCELLENT TUTORIAL !
It's really best option to use Netbeans ide in order to create java Swing GUI applications. It's to much simply and doing most advanced things without a big effort
on 4:40 you can right-click and select Generate "form main" and bob is your uncle!
in my intellij ide groovy is given as a language other than java if i click java no groovy?
thank you very much!
i'm learning java with Guanabara, but his course it's a bit outdated, so i need to use the intellij
perfect tutorial
How the fk can you paste code at 4:45 ?
I'm using version 20 of oracle jdk and when I use setSize in your example, I get an error when I use colons next to width and height
same bro
Use jdk 17 its a LTS (life time support) it has alot of advantages
Somehow I didn't know this existed... I had just used a third-party plugin for IDEA in the end
Can you please share s JAVA tutorial with SSMS from scratch to advance? Should be at least 10 hours.
sir my intellij (create listener) is not working which version should i have to go for that
???
como se hace para mover libremente los objetos?? boton, label, radiobutton??
from where u copy and paste set title
where can I find the options for adding Menu bar and Menu buttons in this GUI form? I see buttons, label, textfields, textArea, etc... But I can't find the menu options anywhere
U right click at any component at Palette to add a component
But when I add two more labels by this method I didn't work and displayed error.
My apologies', but it is give nothing. Does will be continue?
🎉
💀bro used light mode
(FYI:joke)
Exception in thread "main" java.awt.IllegalComponentStateException: contentPane cannot be set to null.
at java.desktop/javax.swing.JRootPane.setContentPane(JRootPane.java:586)
at java.desktop/javax.swing.JFrame.setContentPane(JFrame.java:680)
at com.pruebas.Pruebas.(Pruebas.java:17)
at com.pruebas.Pruebas.main(Pruebas.java:42) why?
same
ive got the same issue, cant figure out how to fix it