TableLayout

TableLayout is a totally 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.

License

License

dev.java.net "Other" License
GroupId

GroupId

tablelayout
ArtifactId

ArtifactId

TableLayout
Last Version

Last Version

20050920
Release Date

Release Date

Type

Type

jar
Description

Description

TableLayout
TableLayout is a totally 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.

Download TableLayout

How to add to project

<!-- https://jarcasting.com/artifacts/tablelayout/TableLayout/ -->
<dependency>
    <groupId>tablelayout</groupId>
    <artifactId>TableLayout</artifactId>
    <version>20050920</version>
</dependency>
// https://jarcasting.com/artifacts/tablelayout/TableLayout/
implementation 'tablelayout:TableLayout:20050920'
// https://jarcasting.com/artifacts/tablelayout/TableLayout/
implementation ("tablelayout:TableLayout:20050920")
'tablelayout:TableLayout:jar:20050920'
<dependency org="tablelayout" name="TableLayout" rev="20050920">
  <artifact name="TableLayout" type="jar" />
</dependency>
@Grapes(
@Grab(group='tablelayout', module='TableLayout', version='20050920')
)
libraryDependencies += "tablelayout" % "TableLayout" % "20050920"
[tablelayout/TableLayout "20050920"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
20050920
20020517