Week 10 controlling layout

 0    4 flashcards    up804653
download mp3 print play test yourself
 
Question English Answer English
what is a layout manager?
start learning
A layout manager determines and controls the way GUI components are placed and organized within a container (window, frame, applet, dialog, panel)
why would you want to have a dynamic layout?
start learning
for easier resizing and flow of content
name some predefined layout managers
start learning
Flow Layout Border Layout Grid Layout GridBag Layout Card Layout <- AWT. SWING->Box Layout Overlay Layout Group Layout
what are the stages of GUI development?
start learning
choose components, chose toplevel container, chose layout manager, place components, register compenents to cvent listeners

You must sign in to write a comment