Week 10 controlling layout

 0    4 フィッシュ    up804653
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 English 答え English
what is a layout manager?
学び始める
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?
学び始める
for easier resizing and flow of content
name some predefined layout managers
学び始める
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?
学び始める
choose components, chose toplevel container, chose layout manager, place components, register compenents to cvent listeners

コメントを投稿するにはログインする必要があります。