File: control

package info (click to toggle)
swing-layout 1.0.4-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 420 kB
  • sloc: java: 4,237; xml: 447; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,919 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: swing-layout
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
Build-Depends: debhelper (>= 9), javahelper (>= 0.40ubuntu1), maven-repo-helper (>= 1.6~)
Build-Depends-Indep: ant, default-jdk
Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/swing-layout
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/swing-layout
Homepage: http://java.net/projects/swing-layout/

Package: libswing-layout-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libswing-layout-java-doc
Description: Extensions to Swing layout
 The goal of Swing Layout Extensions is to make it easy to create professional
 cross platform layouts with Swing. This project has an eye towards the needs 
 of GUI builders, such as NetBeans. This package provides the following
 functionality:
 .
   Ability to get the baseline for components.
 .
   Ability to get the preferred gap between components.
 .
   A new LayoutManager that utilizes both of these concepts and is tuned toward
   a free-form drag and drop layout model as can be provided by GUI builders.

Package: libswing-layout-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Extensions to Swing layout - contains Javadoc API documentation
 The goal of Swing Layout Extensions is to make it easy to create professional
 cross platform layouts with Swing. This project has an eye towards the needs
 of GUI builders, such as NetBeans. This package provides the following
 functionality:
 .
   Ability to get the baseline for components.
 .
   Ability to get the preferred gap between components.
 .
   A new LayoutManager that utilizes both of these concepts and is tuned toward
   a free-form drag and drop layout model as can be provided by GUI builders.
 .
 This package contains Javadoc API documentation.