Binary package “libtablelayout-java” in ubuntu bionic

Java layout manager for creating user interfaces fast and easy

 TableLayout is a free layout manager designed to make creating user interfaces
 fast and easy. It can do anything GridBagLayout can do and much, much more.
 Yet it is remarkably simple and easy to use.
 .
 TableLayout uses concepts that everyone is familiar with such as
 spreadsheet-like rows, columns, and cells; and word processing justifications
 like left, center, right, and full. Consequentially, creating interfaces takes
 minutes instead of hours.
 .
 Since its publication in 2002, TableLayout has rapidly become the most popular
 third party layout manager in the world.