In this article we will learn about what is a layout manager and what are the different layout managers available in Java. A layout manager is one which automatically manages the arrangement of various of components in a container. Each container will have a default layout manager. Default layout managers for some of the container classes are given below: Panel – Flow Layout JPanel – Flow Layout Applet – Flow Layout JApplet – Border Layout Frame – Border Layout JFrame – Border Layout A layout manager is an instance of that class which implements the LayoutManager interface. The layout manager
The post Here are some Layout Managers in java appeared first on Coding Security.
Here are some Layout Managers in java
read more
Tidak ada komentar:
Posting Komentar