JGraph 3.3 (For Java 1.4)
Grok Headline matches for JGraph 3.3 (For Java 1.4)
JGraph 5.0.2 (For Java 1.3)
JGraph 5.0.2 (For Java 1.3)
09/16/2004 07:01 AMA freely available graph component for Swing.
JGraph 5.3 (For Java 1.4)
JGraph 5.3 (For Java 1.4)
01/04/2005 04:08 AMA freely available graph component for Swing.
JGraph 5.3 (For Java 1.3)
JGraph 5.3 (For Java 1.3)
01/03/2005 06:27 AMA freely available graph component for Swing.
JGraph 4.0 (For Java 1.4)
JGraph 4.0 (For Java 1.4)
05/26/2004 02:41 AMA freely available graph component for Swing.
JGraph 5.0 (For Java 1.3)
JGraph 5.0 (For Java 1.3)
07/10/2004 10:11 AMA freely available graph component for Swing.
JGraph 3.4.1 (For Java 1.3)
JGraph 3.4.1 (For Java 1.3)
05/12/2004 03:57 AMA freely available graph component for Swing.
JGraph 5.4.6 (For Java 1.4 branch)
JGraph 5.4.6 (For Java 1.4 branch)
04/13/2005 11:35 AM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
Since the JGraph API has been frozen in the 5.4.x
series for stability, the first review of many of
the JavaDocs was undertaken. All warnings were
removed, and various corrections and updates were
made. A error where the zero length between the
ports went into a calculation as the divisor if
the source and target ports of an edge were the
same port was fixed by changing it to simply
return the label position as being on the port.
The GraphLayoutCache.createNestedMap helper method
was added, and AbstractCellView was changed so
that it clones cell attributes in the refresh
method.
JGraph 5.4.7 (For Java 1.3 branch)
JGraph 5.4.7 (For Java 1.3 branch)
04/19/2005 11:34 AM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
Another review of the javadocs has been made on the frozen 5.4.x API.
Various changes have been made to resolve issues with edges whose
source and target are ports on the same vertex. Labels on such edges
can now be moved, and the routing functionality has been corrected.
PortView.getLocation now has an additional parameter to support these
changes, but no methods have been removed from the API.
JGraph 5.4.4 (For Java 1.4 branch)
JGraph 5.4.4 (For Java 1.4 branch)
03/30/2005 06:55 AM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
This release adds new helper methods in GraphLayoutCache and
GraphConstants, improves edge renderer performance, fixes bugs in
BasicGraphUI.MouseHandler and GraphEd.connect, and adds a graph
parameter in BasicMarqueeHandler.paint and overview.
JGraph 5.4.5 (For Java 1.4 branch)
JGraph 5.4.5 (For Java 1.4 branch)
04/06/2005 09:59 AM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
A bug in the edge handle has been fixed to correct
handling of model callbacks and placement of
labels on scaled graphs. An initial label bounds
for extra labels is now set, and a new helper
method to has been added to the JGraph class.
DefaultEdge.clone now copies over the references
to the source and target port, whereas previously
it just assigned the references null.
JGraph 5.4.4 (For Java 1.3 branch)
JGraph 5.4.4 (For Java 1.3 branch)
03/28/2005 08:10 PM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
This release adds new helper methods in GraphLayoutCache and
GraphConstants, improves edge renderer performance, fixes bugs in
BasicGraphUI.MouseHandler and GraphEd.connect, and adds a graph
parameter in BasicMarqueeHandler.paint and overview.
JGraph 5.4.6 (For Java 1.3 branch)
JGraph 5.4.6 (For Java 1.3 branch)
04/12/2005 11:54 PM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
Changes:
Since the JGraph API has been frozen in the 5.4.x series for
stability, the first review of many of the JavaDocs was undertaken.
All warnings were removed and various corrections and updates made. A
error where the zero length between the ports went into a calculation
as the divisor if the source and target ports of an edge were the same
port was fixed by changing it to simply return the label position as
being on the port. The GraphLayoutCache.createNestedMap helper method
was added and AbstractCellView was changed so that it clones cell
attributes in the refresh method.
JGraph 3.1 released
JGraph 3.1 released
01/16/2004 11:05 AMJGraph is the most powerful, lightweight, feature-rich, and thoroughly
documented open-source graph component available for Java. It is
accompanied by JGraphpad, the first free diagram editor for Java that
offers XML, Drag and Drop and much more! Changes in this release
include: Ant-based build environment. BSD-style license. A series of
bug fixes and minor API changes.
JGraph Geneva (v2.1) released
JGraph Geneva (v2.1) released
03/19/2003 10:44 PMJGraph is the most powerful, lightweight, feature-rich, and thoroughly
documented open-source graph component available for Java. It is
accompanied by JGraphpad, the first free diagram editor for Java that
offers XML, Drag and Drop and much more! Moved all GraphCell
dependencies to the GraphModel, added multiple grid styles, new font
attribute, and the API is now ready for combined port/vertex cells.
Bug fixes include improved live-preview, better zoom/grid integration,
handling of negative coordinates, and minor bug fixes. Java 1.4 is the
default version.
JGraph Valencia (v1.0.7) released
JGraph Valencia (v1.0.7) released
01/05/2003 05:14 PMJGraph is the most powerful, lightweight, feature-rich, and thoroughly
documented open-source graph component available for Java. It is
accompanied by JGraphpad, the first free diagram editor for Java that
offers XML, Drag and Drop and much more. This release has a complete
new website and contains bug fixes.
Bug fixes include: DefaultGraphSelectionModel.CellPlaceHolder is now a
protected inner class with public accessors, DefaultGraphCell's
getChildren method never returns null, SizeHandle/RootHandle double
buffer members are now protected, Dependency between isMoveable,
isAutosize and isSizeable was removed, Focus argument and
childrenSelected are handled separately by renderer, Focused cell's
highlight color is different from other selected cells.
JGraph 5.5.3 (Default branch)
JGraph 5.5.3 (Default branch)
06/22/2005 02:27 AM

JGraph is a robust and complete graph component that is better than
many of its commercial competitors. With the JGraph zoomable
component, you can display objects and relations (networks) in any
Swing UI. It can also be used on the server-side to read an GXL graph,
apply a custom layout algorithm, and return the result as an SVG
image.
License: GNU Lesser General Public License (LGPL)
Changes:
The main JGraph class now has switches named
moveIntoGroups and moveOutOfGroups that enable
drag and drop of cells in and out of group cells.
The getImage method was added to make the creation
of images of JGraphs easier. A selection of helper
methods were added and a number of minor bugs were
fixed. GraphModel.getValue was added and
DefaultGraphModel.getUserObject was deprecated.

JGraph Diagram Component
JGraph Diagram Component
04/24/2004 03:49 PMJGraph Zurich (v3.3) Released
JGraph Paris (v3.4) released
JGraph Paris (v3.4) released
05/04/2004 06:17 PMThis release can handle overlapping edges, and has static inner
handles for better subclassing. Among other minor API changes some
control methods were moved to the handles. JGraph is the most
powerful, lightweight, feature-rich, and thoroughly documented
open-source graph component available for Java. It is accompanied by
JGraphpad, the first free diagram editor for Java that offers XML,
Drag and Drop and much more!
JGraph Layout Pro 1.1 (Default branch)
JGraph Layout Pro 1.1 (Default branch)
04/06/2005 09:59 AM

JGraph Layout Pro is the next generation of graph
layout engine designed for optimal performance
with the open source JGraph core. It has
flexibility and a simple design, enabling you to
use circular, tree, and force-directed layouts
with ease in your JGraph application. It comes
with an application note and an example applet
that demonstrates features such as auto-layout,
collapsing/expanding of grouped cells, graph
morphing, and selective laying out of sub-graphs.
Changes:
Three new layouts have been added: annealing,
inverted self-organizing map, and
Fruchterman-Reingold. Extra options on the facade
were added to ignore unconnected cells and to
ignore hidden cells. A number of highly optimized
graph algebra methods were added, as well as a
layout progress bar and a compound layout class
that wraps any number of other layouts.
Luxor Beta 5 released - GPL'ed Java XUL
toolkit (Java Lobby)
Luxor Beta 5 released - GPL'ed Java XUL
toolkit (Java Lobby)
07/03/2002 08:16 PMApple offers Java 3D and Java Advanced
Imaging Update
Apple offers Java 3D and Java Advanced
Imaging Update
12/18/2003 10:36 AMApple has posted
Java 3D
and Java Advanced Imaging Update, a software update aimed at users
of Mac OS X v10.3.1 and Java 1.4.1 or higher. The new update is
available as a 9.5MB download from Apple's Web site.
Apple releases Java 3D, Java Advanced
Imaging update
Apple releases Java 3D, Java Advanced
Imaging update
12/18/2003 10:39 AMApple has released a Java 3D and Java Advanced Imaging update, which
contains support for the two technologies...
Sun renamed Java 1.5 to Java 2 Platform
Standard Edition 5.0
Sun renamed Java 1.5 to Java 2 Platform
Standard Edition 5.0
06/28/2004 07:54 PMAcross the street,
Sun renamed Java 1.5 to Java 2 Platform Standard Edition
5.0. Who comes up with this stuff?
Critical Java Bug Targets Java Virtual
Machine
Critical Java Bug Targets Java Virtual
Machine
01/06/2005 12:02 PMBook review: Java & XML Data Binding
(Java Pro)
Book review: Java & XML Data Binding
(Java Pro)
08/26/2002 08:32 AMQuest For "Unbreakable Java" Unites ABAP
& Java
Quest For "Unbreakable Java" Unites ABAP
& Java
01/03/2005 12:11 PMBlackJack for Java: A Java/Swing Oddessy
BlackJack for Java: A Java/Swing Oddessy
04/30/2004 06:19 AMTexas Holdem
Java 3D and Java Advanced Imaging Update
1.0
Java 3D and Java Advanced Imaging Update
1.0
12/17/2003 09:38 PMExtends the Java platform, providing additional capabilities for
running three-dimensional graphics and more.
Java 3D and Java Advanced Imaging Update
Java 3D and Java Advanced Imaging Update
12/18/2003 05:48 AM
Apple has also released Java 3D and Java Advanced Imaging Update.
This update contains support for Java3D and Java Advanced Imaging.
Java 3D ext...
java.util.concurrent for Java 1.4
java.util.concurrent for Java 1.4
12/19/2004 03:06 PM
One of the shiniest new feature of Java 5.0 (aka Java 1.5) is a
rich set of concurrent
programming classes in java.util.concurrent (aka JSR 166),
much of which is a
direct port of Doug Lea's Concurrent
Programming in Java library. Since I don't have the
luxury of using Java
5.0 yet, I've resorted to using Doug's original library which is,
for the most part,
functionally equivalent to java.util.concurrent but not close
enough for comfort,
particularly since concurrency code tend to be very sensitive to
minor changes.
The good news is that Dawid Kurzyniec
backported
java.util.concurrent package to run under Java 1.4 and made it
available as open
source. Apparently Sun is letting this happen because it's
own code is based
on Doug's open source library.
There are some shortcomings but nothing much to cry over. My
only complaint
is that it doesn't use the java.util.concurrent package name which
means I'll have
to update the package names later (simple but still change
nonetheless). But
that I can see the technical and legal issues preventing that from
happening.
I am just glad someone did this.

Java 1.4.2 Update Removes Java SDK
Java 1.4.2 Update Removes Java SDK
02/10/2004 02:49 AM
If you previously had Java 1.4.1 and the Java SDK installed, the new
Java 1.4.2 update from apple will upgrade the Java runtime to 1.4.2,
but will remove the previous 1.4.1 Java runtime and
SDK without upgrading the JDK. To build Java packages in Fink
you will need to go to
connect.apple.com and download the Java 1.4.2 SDK (free
registration required).
XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
06/24/2004 02:52 PMGeneral XCode Discussion, Project Discussion, Compatibility,
Deployment, The Showroom. Languages: Cocoa, Cocoa-Java, Carbon,
AppleScript, Java. Additional Topics: Graphics and Gaming, Interface
Development
Top 6 XML and Java books
(java.about.com)
Top 6 XML and Java books
(java.about.com)
08/27/2002 11:51 AMJava 1.5.0 Now Officially Java 5.0
Java 1.5.0 Now Officially Java 5.0
07/04/2004 06:56 PMJava SOS 4.0
Java SOS 4.0
09/27/2004 06:42 AMA Java servlets office suite.
BNF for Java
BNF for Java
07/27/2004 04:27 PMTake time for CVS
Java Ho!
Java Ho!
05/11/2004 01:54 AMWell, I think
Genx is pretty
well put to bed. (Need to generate XML? Need digital signatures? You
need
Genx.) So, in between endless phone/chat about
WS-Uncluttering and Jython packaging and IETF process, I managed to
start sketching out some next-project ideas today. And it’s going to
be Java, I’ve been in the C-language mines for the past few years
and that’s OK, but I work for Sun now and I ain’t going near
Solaris internals, so Java Roolz OK ’round here, you hear? Wow,
it’s grown since the last time I was in the neighborhood. Hey, I
just loaded
Ustr
into
NetBeans and it Just
Worked, even got JUnit to run all the tests. This
“object-oriented” stuff, it’ll catch on, just watch.
ODE for Java
ODE for Java
07/14/2004 04:53 AMOnline Documentation available
Java 1.5
Java 1.5
01/01/2004 10:59 PMJava
1.5 is coming, too.
Grok Description matches for JGraph 3.3 (For Java 1.4)
GrokA matches for JGraph 3.3 (For Java 1.4)
Cash Concerns at Vertex
Cash Concerns at Vertex
07/27/2004 01:13 PMNew royalties might not help offset losses, so it's time to look at
the drug pipeline.
Vertex Link MediaWiz HD
Vertex Link MediaWiz HD
07/29/2004 08:36 AM
Vertex Link will release the
feature-laden "MediaWiz HD," another one of those spiffy network AV
players that connects to a PC (sorry Mac) to play your DivX files and
such back on your home theater system. The all-business MediaWiz HD
isn't called "HD" for no reason. With the addition of a new decoder,
it can now decode Windows Media Video 9, which for those of you who
don't keep up, supports HDTV resolutions. Using the integrated 802.11g
connection, WM9 video up to 720p resolution can be output (this is in
addition to your standard MPEG 1, 2, 4, DivX, and XviD fare).
Read - Product Page (Japanese) [VertexLink]
Non ultra 6800's - 1 or More Disabled
Vertex Processors?
Non ultra 6800's - 1 or More Disabled
Vertex Processors?
08/28/2004 11:52 AMDouble negative?
Double negative?
09/08/2004 01:22 AM
Banned weapons and WMD parts
were shipped out of Iraq after the US forces took power according to
the UN. At least thats the best I can make of this article. Does this
really say that the UN is upset at us for shipping out of Iraq the
exact things they previously said were not in Iraq?
"negative reaction"
"negative reaction"
05/14/2004 08:48 PMOutlook negative for W-CDMA 3G
Outlook negative for W-CDMA 3G
12/29/2003 09:41 AMKorea Herald Dec 29 2003 8:03AM ET
Negative Capability (Harpers.org)
Negative Capability (Harpers.org)
07/17/2004 04:59 AMThings President Bush is not, from the horse’s mouth .. own
words
harpers.org/NegativeCapability.html
track this
site | 6 links
Quadruple negative exemptions
Quadruple negative exemptions
10/30/2003 02:46 PM According to Rulemaking on Exemptions from Prohibition on
Circumvention of Technological Measures that Control Access to
Copyrighted Works there are four classes of works whose copyrights
we're allowed to do a technological end run around: (1) Compilations
consisting of lists of Internet locations blocked by commercially
marketed filtering software applications that are intended to prevent
access to domains, websites or portions of websites... [many
qualifications follow] (2) Computer programs protected by dongles that
prevent access due to malfunction or damage and which are obsolete.
(3) Computer programs and video games distributed in formats that have
become obsolete and which...
Campaign Negative Sites
Campaign Negative Sites
06/05/2005 11:28 PM"I see a new feature under the Tools section- "Campaign Negative
Sites". It looks like you can add sites in which you do not want your
ads to show. Right it seems to be only for Content Networks though."
Yahoo! storage goes negative
Yahoo! storage goes negative
06/15/2004 10:00 AMSome stumbles in email upgrade
JGraph 3.3 (For Java 1.4)