1 |
gregoa |
379 |
Source: libspin-java |
2 |
|
|
Section: libs |
3 |
|
|
Priority: optional |
4 |
|
|
Maintainer: gregor herrmann <gregor+debian@comodo.priv.at> |
5 |
gregoa |
537 |
Uploaders: tony mancill <tmancill@debian.org> |
6 |
gregoa |
384 |
Build-Depends: debhelper (>= 5), ant, dpatch |
7 |
gregoa |
379 |
Build-Depends-Indep: java-gcj-compat-dev, junit |
8 |
|
|
Standards-Version: 3.7.2 |
9 |
gregoa |
883 |
Homepage: http://spin.sourceforge.net/ |
10 |
gregoa |
402 |
XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/libspin-java/trunk/ |
11 |
gregoa |
546 |
XS-Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/libspin-java/trunk/ |
12 |
gregoa |
379 |
|
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 |
tmancill |
579 |
Description: transparent threading solution for non-freezing Swing applications (docs) |
34 |
gregoa |
506 |
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 |
gregoa |
379 |
. |
38 |
gregoa |
506 |
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 |
gregoa |
379 |
|