File: control

package info (click to toggle)
libtablelayout-java 20090826-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: java: 1,161; xml: 35; sh: 14; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libtablelayout-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
               debhelper-compat (= 13),
               default-jdk-headless,
               maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libtablelayout-java
Vcs-Git: https://salsa.debian.org/java-team/libtablelayout-java.git
Homepage: https://web.archive.org/web/20070624165456/https://tablelayout.dev.java.net/

Package: libtablelayout-java
Architecture: all
Depends: ${misc:Depends}
Description: 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.