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
|
Source: netbeans
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
maven-repo-helper
Standards-Version: 4.5.0
Homepage: https://netbeans.org/
Vcs-Browser: https://salsa.debian.org/java-team/netbeans
Vcs-Git: https://salsa.debian.org/java-team/netbeans.git
Package: libnb-absolutelayout-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Java LayoutManager to allow placement in absolute positions
This library is part of the Netbeans platform and provides an
implementation of the java.awt.LayoutManager interface. This
implementation allows you to position components by their
absolute position.
|