套件:libtablelayout-java(20090826-4)
libtablelayout-java 的相關連結
Debian 的資源:
下載原始碼套件 libtablelayout-java:
- [libtablelayout-java_20090826-4.dsc]
- [libtablelayout-java_20090826.orig.tar.gz]
- [libtablelayout-java_20090826-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [tablelayout.dev.java.net]
相似套件:
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.