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