Java Video Tutorial 22

Java Swing TutorialIn this part of the Java Video Tutorial, I continue building your knowledge on how to use Java Swing. I actually broke this tutorial into 2 pieces. It will continue in part 23 of this series.

I cover a new GUI listener called the ChangeListener. I also introduce check boxes, radio buttons, groups, borders and sliders.

The code for both tutorials follows the video below.

If you haven’t seen part 1 it is here Java Video Tutorial.

If you like videos like this share it [nttfblike]

Code From the Video

10 thoughts on “Java Video Tutorial 22”

  1. nice video, if possible please upload some tutorial for layout’s
    (ie. layout managers, split panes etc), how to create website type layouts in swing etc etc…

  2. Hey,

    Is there a difference between import javax.swing.*; and import javax.swing.event.*;?

    I thought the * is a wildcard, but NetBeans won’t load the .event class if I only type in javax.swing.*;

    Thanks!

    1. You are supposed to use the most exact imports possible. I normally just let the IDE pick the right imports for me and don’t think about it. I guess NetBeans doesn’t do that for some reason?

  3. Hi,
    I just wanted to say, that I truly appreciate the way you explain why you are doing the code the way that you do. Also, I have heard a lot of different tutorials on Youtube, and could barely make out what they were saying; heavy accent. In any case, keep up the good work.
    Thank You,
    Vola

Leave a Reply

Your email address will not be published. Required fields are marked *