For all people complaining about replacing all imports with * or use default functions IDE provided so you dont have to import anything. PLEASE shut up! this is a tutorial for beginners, if him short cut this omit that and assume everyone know all the craps already , what the purpose of these videos? He did a great job explaining concepts to the core, for those of you who think you know better than him please do us a favor and get out of this tutorial because you already know so much you must be busy working for Google/MS/FB already.
What would the use of super be in the constructor? I looked at the Oracle site and it looks like it is passing "the title" as an argument to the constructor of the JFrame class.
I know it is pretty useless to comment on such old video….. but really…. the main reason why we are using IDE is that it could import those crap for us so that we don't have to type them all out before we use them
I mean no hint of disrespect, but I was wondering why wouldn't you simply press Ctrl+Shift+O to import what is needed? You use eclipse after all, it would take much less time, and you still could proceed to explain what each import directive means exactly
Little confused as to why you wouldn't just import all swing and awt.event extensions.just import javax.swing.* and java.awt.event.* and then u can manually import the layouts
Приглашаем на webinar "Event-driven на основе Java" https://academy.skai.tech/events/event-driven-podxod-na-osnove-java/
2009 Youtube: Only 10 mins bois
Present Youtube: Less than 10mins = execution
11 years later , and still your tutorial rocks!!
hi i'm from 2020
….. dude, how does it feel to know you have explained Java better than my professor?
Is there anyone who watches in 2020?
oh crap i didnt knew that back then only 10 min vids were allowed!!
No Indian accent, disliked
Where is bucky right now?
Guys, what does awt.ActionEvent do? – Greg mentions he explained it last tutorial but i dont see him mentioning it anywhere
Thanks
why not import java.awt.*;
Hi ,you can check basic programs in java here
https://youtu.be/F63nQwvqLI0
Thank you
ctr shift 'o' would save you so much time in this video
01010100 01101000 01100001 01101110 01101011 00100000 01111001 01101111 01110101 00100000 01100110 01101111 01110010 00100000 01100101 01110110 01100101 01110010 01111001 01110100 01101000 01101001 01101110 01100111 00101100 00100000 01001001 00100000 01100001 01101101 00100000 01110011 01110100 01101001 01101100 01101100 00100000 01101100 01100101 01100001 01110010 01101110 01101001 01101110 01100111 00100000 01100110 01110010 01101111 01101101 00100000 01111001 01101111 01110101 00100000 01100010 01110101 01110100 00100000 01100001 01100110 01110100 01100101 01110010 00100000 00110101 00110000 00100000 01110110 01101001 01100100 01100101 01101111 01110011 00100000 01001001 00100000 01100011 01100001 01101110 00100000 01101000 01101111 01101110 01100101 01110011 01110100 01101100 01111001 00100000 01110011 01100001 01111001 00101100 00100000 01001001 00100000 01101100 01101111 01110110 01100101 00100000 01011001 01001111 01010101 00100001 <3
dude. you didn't talk about Event Handling at all in this video.
I adore the way you sound x)
why set new jtextfield in constructor
why set new jtextfield in constructor
Like this? https://www.youtube.com/watch?v=tgIR0-x8Xn4
thank god that almost 10 yrs later this code still works! Thanks!
Can't you just create a new JFrame?
For all people complaining about replacing all imports with * or use default functions IDE provided so you dont have to import anything. PLEASE shut up! this is a tutorial for beginners, if him short cut this omit that and assume everyone know all the craps already , what the purpose of these videos? He did a great job explaining concepts to the core, for those of you who think you know better than him please do us a favor and get out of this tutorial because you already know so much you must be busy working for Google/MS/FB already.
if you double click on a word and hit backspace that word disappears (in any IDE and microsoft word)
What would the use of super be in the constructor? I looked at the Oracle site and it looks like it is passing "the title" as an argument to the constructor of the JFrame class.
I know it is pretty useless to comment on such old video….. but really…. the main reason why we are using IDE is that it could import those crap for us so that we don't have to type them all out before we use them
while u r importing java.Swing.etc etc
y dnt u import java.Swing.*; ??
what does the 20 do
He extended JFrame but not all the other imports (JTextField, JPasswordField, etc) but the program works. Why so?
Nothing great is going on Buckey!
shouldn´t the variables be protected instead of private ?
what about 51 tutorial he told that he'll talk about more on next tutorial
We have NetBeans IDE so why we should code this way ??
error kep poping up . apples.java:6 about tuna i can't solve it irepeat 10times some one plz halp me
What do you mean by the length of item1 ?! ( you set the parametre = 10 ) ?!!
I mean no hint of disrespect, but I was wondering why wouldn't you simply press Ctrl+Shift+O to import what is needed? You use eclipse after all, it would take much less time, and you still could proceed to explain what each import directive means exactly
When is the JFrame created by class tuna?
"Event Handling" ..proceeds to make a layout for 9 minutes
really dude?
thx
Baby? Im not your baby? :3
Little confused as to why you wouldn't just import all swing and awt.event extensions.just import javax.swing.* and java.awt.event.* and then u can manually import the layouts
What does super do?