1. Introduction In this article, we’ll discuss about Java Swing BoxLayout. In Java Swing, layout manager is in charge of laying out different components in specific positions. In Java Swing and awt package, several layout managers are popularly used, such as BorderLayout, BoxLayout, CardLayout, FlowLayout and GridLayout. In this article, we’ll focus on BoxLayout and ...