mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 16:17:38 -07:00
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
15 lines
913 B
XML
15 lines
913 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription lang="en">
|
|
The JSR-296 Swing Application Framework prototype implementation is a small set of Java classes that simplify building desktop applications. The prototype provides infrastructure that's common to most desktop applications:
|
|
|
|
* Application lifecyle, notably GUI startup and shutdown.
|
|
* Support for managing and loading resources, like strings, formatted messages, images, colors, fonts, and other types common to desktop applications.
|
|
* Support for defining, managing, and binding Actions, including Actions that run asynchronously (in the "background").
|
|
* Persistent session state: support for automatically and selectively saving GUI state from one run of an application to the next.
|
|
</longdescription>
|
|
</pkgmetadata>
|
|
|