Java GetOpt Library 0.92
Grok Headline matches for Java GetOpt Library 0.92
Java GetOpt Library 0.6
Java GetOpt Library 0.6
06/01/2004 04:13 AMA GetOpt Java XML help format & option parser.
Java FSP Library 1.0 rc1
Java FSP Library 1.0 rc1
12/19/2003 02:34 PMFSP protocol support for Java.
jd3Lib - Java ID3/MP3 Library
jd3Lib - Java ID3/MP3 Library
08/28/2004 08:37 PMModularization
Java Modbus Library
Java Modbus Library
06/08/2004 08:32 PMv1.1 Release
Java Modbus Library 1.1
Java Modbus Library 1.1
06/08/2004 09:53 PMA Modbus protocol implementation in Java.
Java Weather Library
Java Weather Library
01/25/2004 10:37 AMVersion 0.2.2 available
Java MessagePort Library 0.97
Java MessagePort Library 0.97
02/19/2004 07:34 PMA general abstraction for many different stream- or message-based
APIs.
Java MessagePort Library 0.99
Java MessagePort Library 0.99
05/29/2004 05:02 AMA general abstraction for many different stream- or message-based
APIs.
Java FSP Library 1.0rc2
Java FSP Library 1.0rc2
12/31/2003 04:54 PMFSP protocol support for Java.
Adam's Java Library 0.1
Adam's Java Library 0.1
04/19/2004 12:26 PMA library of Java classes developed for various projects.
News Aggregation Library for Java
News Aggregation Library for Java
06/29/2004 05:28 PMFreshly released: Informa 0.5.5
Java JVM/KVM Jabber Client Library
Java JVM/KVM Jabber Client Library
04/26/2004 05:01 AMAddition of WTK 2.1 Unix Build Scripts
Java Library Management System
Java Library Management System
01/19/2004 11:42 AMCVS
Poetica Studios Java Library
Poetica Studios Java Library
11/12/2003 10:24 PMVersion 0.1.0.67 Files Released
Java Mime Magic Library
Java Mime Magic Library
06/04/2004 09:53 PMjMimeMagic 0.0.1 Released
Java Linear Algebra Library
Java Linear Algebra Library
03/31/2005 12:48 PMRelease 0.11.1
Abra - Java Persistence Library
Abra - Java Persistence Library
11/11/2003 06:54 PMQuery Based Factories
Jatha - Java LISP library
Jatha - Java LISP library
10/31/2003 10:37 AMJatha 1.5.4 released
Java Network Streams Analyzer Library
Java Network Streams Analyzer Library
11/16/2003 02:35 AMStatus of release 0.2 of JNetStream
JLine - Java console input library
JLine - Java console input library
11/18/2003 08:56 PMNew release
Zeus Java Swing Components Library
Zeus Java Swing Components Library
07/20/2004 02:35 AMJConsole
Rad Inks Network Utilities 0.92 (Java
FTP Library)
Rad Inks Network Utilities 0.92 (Java
FTP Library)
08/06/2004 03:17 PMA collection of networking utitilities and class libraries.
Java Execution Time Measurement Library
Java Execution Time Measurement Library
05/22/2004 06:51 PMInitial Release
Java 2 Micro Edition Game Library 0.0.1
Java 2 Micro Edition Game Library 0.0.1
12/15/2003 11:34 PMAn MIDP 1.0-compliant, highly customizable game library.
Rad Inks Network Utilities 0.94 (Java
FTP Library)
Rad Inks Network Utilities 0.94 (Java
FTP Library)
01/04/2005 01:02 PMA collection of networking utitilities and class libraries.
nib4j: a Java library for building
Swing-based UIs
nib4j: a Java library for building
Swing-based UIs
06/30/2004 07:52 AMGerman developer ByteConsult has released
nib4j, a basic Java library
that allows you to employ Apple's Interface Builder to create user
interfaces (UIs) based on Swing, a Java component for building widgets
that carry out scripted events or perform other small tasks. nib4j
supports both absolute and relative positioning and sizing, over 25 UI
controls, the ability to embed custom components in the final product
and more. It also includes a nib4j Viewer that allows you try out your
creations without writing code. You can freely use nib4j for
non-commercial use; a developer license is US$199. System requirements
call for Mac OS X v10.3 and Java 1.4.1.
Java 2 Micro Edition Game Library 0.0.7
(Development)
Java 2 Micro Edition Game Library 0.0.7
(Development)
08/05/2004 09:17 PMAn MIDP 1.0-compliant, highly customizable game library.
Java 2 Micro Edition Game Library 0.0.5
(Development)
Java 2 Micro Edition Game Library 0.0.5
(Development)
06/25/2004 06:47 PMAn MIDP 1.0-compliant, highly customizable game library.
Zeus Java Swing Components Library 1.0
beta
Zeus Java Swing Components Library 1.0
beta
07/22/2004 06:16 AMA Java widget library.
Zeus Java Swing Components Library 1.07
(Default branch)
Zeus Java Swing Components Library 1.07
(Default branch)
03/14/2005 06:19 PM

The Zeus Java Swing Components Library provides
useful Swing components for easier GUI
development. It uses only standard components to create widgets, and
uses standard patterns
wherever possible. The widgets include JConsole, a console
replacement; JSplash, a splash screen
implementation; TableSorter, which provides
sorting for JTable using the table's headers; OutLookToolBar, which
provides the mouse over looks of Microsoft Outlook toolbar buttons on
a simple JToolBar; WindowManager, which provides almost any
functionality you need to manage all JInternalFrames within a
JDesktop; and much more.
Changes:
Modifications to many class files for Java 1.5 generics. Minor
bugfixes and enhancements for IOHelper. Javadocs for the library.
OutLookToolBar has been changed in order to automatically be notified
of new buttons added. SingleAppInstance has been changed in order to
be able to change the filename. WindowManager has changed: it has auto
frame position functionality to automatically place new internal
frames within the desktop.
Zeus Java Swing Components Library 1.08
(Default branch)
Zeus Java Swing Components Library 1.08
(Default branch)
04/14/2005 04:12 AM

The Zeus Java Swing Components Library provides
useful Swing components for easier GUI
development. It uses only standard components to create widgets, and
uses standard patterns
wherever possible. The widgets include JConsole, a console
replacement; JSplash, a splash screen
implementation; TableSorter, which provides
sorting for JTable using the table's headers; OutLookToolBar, which
provides the mouse over looks of Microsoft Outlook toolbar buttons on
a simple JToolBar; WindowManager, which provides almost any
functionality you need to manage all JInternalFrames within a
JDesktop; and much more.
Changes:
The position for 'autopositioned' frames is now reset to 0,0 within
the desktop if it is the first frame placed in the desktop. In
JConsole, the configuration process for the console was redesigned
with simple getXXX() and setXXX() methods. The autosave and dump of
messages to log files was also redesigned. A StringBuffer was created
for storing all messages ever printed, and a property file for GUI
strings was added. A modified swingworker was included along with the
swingworker v3 class provided by Sun's tutorial.
Netscape NSS Library Vulnerability
Affects Sun Java Enterprise System
Netscape NSS Library Vulnerability
Affects Sun Java Enterprise System
09/21/2004 10:39 PMJérôme (Sep 21 2004)
Getopt-Plus-0.96
Getopt-Plus-0.96
02/05/2005 09:54 PMGetopt-ArgvFile-1.10
Getopt-ArgvFile-1.10
02/07/2005 01:25 AMGetopt-Compact-0.02
Getopt-Compact-0.02
09/24/2004 07:57 AMGetopt-Simple-1.47
Getopt-Simple-1.47
07/29/2004 06:40 AMGetopt-Compact-0.01
Getopt-Compact-0.01
09/23/2004 05:47 PMGetopt-ArgvFile-1.07
Getopt-ArgvFile-1.07
04/29/2004 05:48 PMGetopt-ArgvFile-1.08
Getopt-ArgvFile-1.08
04/30/2004 05:57 PMGrok Description matches for Java GetOpt Library 0.92
GrokA matches for Java GetOpt Library 0.92
Java GetOpt Library 0.92