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

preview_player
Показать описание
Topics covered in CS225 Lecture on 4/15/2015:

- Explanation Different types of handlers (mouseMoved, mouseClicked, mouseEntered, mousePressed, mouseReleased)

- Demo of mouseMoved event/handler to set tool-tips displaying XY coordinates

- Demo of mouseClicked event/handler to take action (pop-up message box, update other components based on the object that was clicked on in JList)

- Demo of Menus of every kind:
- JMenuBar: The standard menu at top of program with File, Edit, etc.
- JMenu: The menu that pops up when you click File or Edit
- JMenuItem: The menu item to click on in the menu (e.g., Close, Save As, etc.)
- JCheckBoxMenuItem: Special menu item with a check box
- JRadioButtonMenuItem: Special menu item with a radio button
- JPopupMenu: Typically launches when we right-click somewhere and usually as Copy, Paste, etc.

- Icons in menus and resizing issues
Рекомендации по теме
Комментарии
Автор

do you know what?...You are such a great man.you have really helped me.keep good work.

mauricealgorithm
Автор

17:00 Jlist event
34:00 confirm exit with JOptionPane.messageDialog

emanuelfff
Автор

Awesome series. helped me a lot. I created a GUI and have a question: Could we set the screen resolution for our GUI?
I worked out the GUI on my laptop. But when I open it on a desktop with an obviously higher screen resolution, my GUI seems to have small font and components. How can this be resolved?

omkarparishwad
Автор

Wow this is great but I need parts 1, 2, 3, and 5.

erickirschenmann
visit shbcf.ru