How to build our own java custom layout

Posted by nguyendat on Stack Overflow See other posts from Stack Overflow or by nguyendat
Published on 2010-03-14T15:56:58Z Indexed on 2010/03/14 16:05 UTC
Read the original article Hit count: 150

Filed under:
|

Please help me how to creat own custom layout, container, component, layout manager... Example: Containers and Layout Managers

  • Create a window frame.
  • Nest panels within a frame for better layout control.
  • Create and display buttons in a panel.
  • List two component attributes that are controlled by a layout manager.
  • Set the layout manager for a container.
  • Place components in a panel using BorderLayout, GridLayout, and FlowLayout.
  • Name one advantage of each of the layout managers.
  • Create panels with titles.

i was search on google but can't find any that match my requirement

Thanks for your help

© Stack Overflow or respective owner

Related posts about java

Related posts about container