Pagelayout is a simple yet versatile layout manager for developing Java Swing and AWT GUIs. It allows the components to be laid out in nested rows, columns, and rectangular grids with an API that is very easy to use.
RCLayout is a Java LayoutManager that is flexible like GridBagLayout but intuitive like GridLayout. RCLayout achieves maximum results with minimum code by using a parameter hierarchy. This layout manager is easy to learn and makes designing GUIs easy.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
RealLayout is a Java Swing layout manager designed to give the programmer a high degree of flexibility in layout, without the often heavy code requirements other layout manager impose.
FormLayoutBuilder is a WYSIWYG tool that enables you to easily build Java Swing layouts using the JGoodies FormLayout layout manager. Perfect for those that hate IDE form builders but need powerful layouts fast.
This is a layout manager (with Panel), that lays out its components as a grid (like GridLayout). Puts as much cells on one row or column (depending on the orientation) as possible.