Java Swing layouts

Описание к видео Java Swing layouts

This tutorial explains layouts in Java Swing. Swing components layouts are handled with one or more layout managers. We tell the layout managers how we want our components laid out in our containers. We then add the components to our containers and let the layout managers decide the exact placement of the components.

In this video, I demonstrate a few different Swing layout managers. I then demonstrate the power of using nested containers and multiple layout managers. Finally, I show the window builder eclipse plugin which allows us to manually design our layouts with ease.

The structure of the video is as follows:
00:00 Introduction
00:40 Absolute layout
02:33 Layout managers
03:18 Flow Layout
04:28 Grid Layout
05:33 Grid bag layout
09:40 Border layout
11:56 Box layout
14:27 Card layout
17:29 JavaDoc review
17:48 Nested layout demonstration
21:04 Window Builder
22:20 Conclusion

Комментарии

Информация по комментариям в разработке