Java GUI Design w/ WindowBuilder Designer (Part 5 of 5)

Topics covered in CS225 Lecture on 4/17/2015: (NOTE: All code/PDF resources used in these videos can be found here: https://drive.google.com/drive/folder...) JDialog boxes as pop-up menus/dialogs modal vs. non-modal (when a popup dialog appears, can we click on the other dialogs/frames?) Demos of JProgressBar (including setting color), JSpinner, JSlider, JToggleButton and JTable Demo of syncing up two controls to one another (JSpinner and JSlider)