1 |
Source: libspin-java |
2 |
Section: libs |
3 |
Priority: optional |
4 |
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at> |
5 |
Build-Depends: debhelper (>= 5), ant, dpatch |
6 |
Build-Depends-Indep: java-gcj-compat-dev, junit |
7 |
Standards-Version: 3.7.2 |
8 |
|
9 |
Package: libspin-java |
10 |
Architecture: all |
11 |
Depends: java-gcj-compat | java1-runtime | java2-runtime |
12 |
Description: transparent threading solution for non-freezing Swing applications |
13 |
Swing is the standard component architecture for developing Java desktop |
14 |
applications. Its exhaustive collection of widgets is the foundation for |
15 |
easy development of rich graphical user interfaces (GUI). |
16 |
. |
17 |
Alas every non trivial GUI sooner or later encounters the problem of |
18 |
"freeze". This annoying behaviour is experienced by users every time the |
19 |
application performs extensive calculations or blocks for network or disk |
20 |
I/O. |
21 |
. |
22 |
Spin offers a - to our knowledge - revolutionary new approach. It offers |
23 |
transparent thread handling with minimal impact on your application code. |
24 |
. |
25 |
Homepage: http://spin.sourceforge.net/ |
26 |
|
27 |
Package: libspin-java-doc |
28 |
Architecture: all |
29 |
Section: doc |
30 |
Suggests: libspin-java |
31 |
Description: Documentation for libspin-java |
32 |
This package contains the documentation for libspin-java. |
33 |
. |
34 |
Homepage: http://spin.sourceforge.net/ |
35 |
|