|
|
|
|
Title: Java Programming Tutorial - 67 - JRadioButton Final Program
Added: Oct 3, 2009
Author: thenewboston
Duration: 9:4
Description:
We finish out program to test radio buttons in java.
Related Videos:
Videos related to 'Java Programming Tutorial - 67 - JRadioButton Final Program'
Channel: People
Tags: install download jdk se ee java development kit new beginner tutorials eclipse variables if while loop object classes
install download jdk se ee java development kit new beginner tutorials eclipse variables if while loop object classes
Youtube Comments: 84
Shaldares Says:
Dec 17, 2011 - A lot of the reason I'm here is because of minecraft, but I've been an amateur programmer for years. That's what I eventually want to become, so I'm getting stuff out of this either way. But yeah, I'm sure a lot of the ones that left were minecrafters.
mradosovic Says:
Dec 20, 2011 - Bucky, I really appreciate that you are showing us all this and if I learn enough to get a job as a programmer, I promise I'll send you a regular donation, really.
Alavistaven2012 Says:
Dec 22, 2011 - Did anyone instinctively yell "bullshit" at 5:37? I <3 you bucky.
12me91 Says:
Dec 30, 2011 - why was handler done differently this time? do the radio buttons need a different way of doing it, from the check boxes, or is he just showing us all the ways it can be done?
darkinin Says:
Jan 7, 2012 - I think the reason he did it without making an object for the HandlerClass this time was because each button needs to pass in its own exclusive font to the constructor, instead of simply naming the constructor.In the previous tutorials he always defined the variables that were being passed into the constructor in the object declaration itself, but this time, due to having different inputs that are exclusive of each other, each one needs to pass its own variable.
darkinin Says:
Jan 7, 2012 - An easier way to think of it is because in the previous tutorials we used if/else statements, in which the fonts were declared within the itemStateChanged method. However, this time the fonts were declared in the GUI constructor, with the radio buttons. Due to this, in order to make the buttons work they need to be made to pass their own independent font variable into the HandlerClass constructor, which can't be done when an object has already been declared.Hope this helps.
izaak791 Says:
Jan 12, 2012 - did anybody notice there was no dislike to this video?!! yeeeeah!
GeekyMe97 Says:
Jan 14, 2012 - Wow... First video I see with over 200 likes and 0 dislikes! :DHe deserves it ^^
devilazpl Says:
Jan 27, 2012 - views got low low low low low lol lol ol ;<
pacinotube Says:
Jan 29, 2012 - I got Exception(no error) when compile the program:
pacinotube Says:
Jan 29, 2012 - I got Exception(no error) when compile the program:Exception in thread "main" java.lang.NullPointerException at java.awt.Container.addImpl(Container.java:1086) at java.awt.Container.add(Container.java:998) at javax.swing.JFrame.addImpl(JFrame.java:562)
MrYouMath Says:
Feb 22, 2012 - @ 5:35: I rewatched the video bucky. And you did it again :D.
MisterFlink Says:
Feb 26, 2012 - Great tutorials Bucky! I've been following since the first one to brush up my java skills.Since itemStateChanged is called twice; once for select and once for deselect, I added this to make sure that the font is set only on select:if(event.getStateChange()==ItemEvent.SELECTED)tf.setFont(font);
dbh937 Says:
Mar 4, 2012 - I knew you needed to know some math to learn how to program well, but no one told me I needed to know how to spell!
omegaindustry Says:
Mar 18, 2012 - dude, idk if you ever got my messages but i just wantred to let you know that all the tutorials and stuff you make/made are super super appreciated! ive watched all the beginner java tutorials (up till this one so far) in complete order, and ive learned more from you in just a couple days then i did reading a java book for 2 weeks! thanks so much bro! keep up the good work!
anonymousb37 Says:
Mar 18, 2012 - This was exactly what I was looking for my program I was making.
COD5252 Says:
Mar 24, 2012 - did he taught us how to make a program in just one class already?
madtuts1 Says:
Mar 28, 2012 - Wooohooo i made it to tutorial 67, nah jk I skipped it because the others were too basic for me.
kbrunescape1999 Says:
Apr 8, 2012 - CLASSCEPTION!This is getting old.
MrEmil20 Says:
Apr 8, 2012 - 277 likes and 0 dislikes :O
TheLukeShow84 Says:
Apr 30, 2012 - 290 likes, and STILL no dislikes! WOOP!
TheLukeShow84 Says:
Apr 30, 2012 - bucky... You're the best: programmer/phisics teacher/collage drop out/genius computer master of everything tech, ever
dfsfklsj Says:
May 26, 2012 - can you have more than one class implementing ItemListener/ActionListener?












Claymore2408 Says:
Dec 8, 2011 - As the tutorial keeps going the views keeps decreasing, I guess all the minecrafters left huh?