BlackJack for Java: A Java/Swing Oddessy
Grok Headline matches for BlackJack for Java: A Java/Swing Oddessy
Java Swing MVC Glue Layer
Java Swing MVC Glue Layer
01/01/2005 08:21 AMInitial release
Displaying .NET Windows Forms from Java
SWING
Displaying .NET Windows Forms from Java
SWING
01/28/2004 08:43 PMLearn how an application in Java SWING can invoke and display a
Windows Form, pass parameters to the form and wait for a return value
when the form is closed. This type of technique shows how
organizations can introduce new forms and controls based on Windows
Forms into an existing Java SWING environment and helping them to
rapidly deploy .NET applications without having to rip out existing
infrastructure or wait until new replacement applications are written.
Zeus Java Swing Components Library
Zeus Java Swing Components Library
07/20/2004 02:35 AMJConsole
Java Swing Date & Time Selector 1.2
Java Swing Date & Time Selector 1.2
06/02/2004 10:10 AMA date and time selector component for Java Swing.
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.
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.
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.
Instantiations WindowBuilder Moves Java
Swing and SWT Interoperability Forward
Instantiations WindowBuilder Moves Java
Swing and SWT Interoperability Forward
04/05/2005 04:51 AMWindowBuilder Pro 4.0 Includes Support for Building Mixed SWT and
Swing Java User Interfaces; New JGoodies FormLayout Enables Creation
of Elegant Swing Form Windows [PRWEB Apr 5, 2005]
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.
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 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...
Apple 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.
Critical Java Bug Targets Java Virtual
Machine
Critical Java Bug Targets Java Virtual
Machine
01/06/2005 12:02 PMSun 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?
Book 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 PMJava 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
Key West Blackjack Info is offering a
Free online new players guide for
Blackjack, Baccarat, and Slots.
Key West Blackjack Info is offering a
Free online new players guide for
Blackjack, Baccarat, and Slots.
09/24/2004 03:24 AMPRWEB) September 25, 2004 -- Attention new players! We at Key West
Blackjack Info have created a unique and informative online guide to
help you get off in the right direction. We will introduce you to the
game of Blackjack and give you insiders tips, strategies,
illustrations, and even find you some of the most exciting, top rated,
4 star rated, fairest gameplay, safest, award winning online Casinos
on the Internet. [PRWEB Sep 24, 2004]
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 PMBlackjack - Play Blackjack Online
Blackjack - Play Blackjack Online
07/14/2004 10:23 AMblackjack
blackjack.greatnow.com
track this
site | 4 links
pendulum continues to swing swing back
to the left
pendulum continues to swing swing back
to the left
06/02/2004 02:27 AM
pendulum
continues to swing back to the left Meet Congresswoman
Stephanie Herseth (D-SD)
Java IM
Java IM
06/22/2005 02:02 AMJavaIM 0.0.1 released
Java has won, says Sun
Java has won, says Sun
12/05/2003 01:02 AMSunday Times South Africa Dec 5 2003 0:13AM ET
Java 1.4.1
Java 1.4.1
03/13/2003 10:21 AMJava developers on the Mac will be interested to note that
Apple have made available version
1.4.1 for Mac OS X.
Java 1.4.1 features a switch from Carbon to Cocoa for the GUI, 60%
more features than 1.3.1, and is pretty much a complete re-working of
Java on Mac OS X.
{ more at the
O'Reilly Network }
C# vs. Java
C# vs. Java
03/11/2003 02:24 AMCNET Mar 11 2003 1:23AM ET
Java, day #1
Java, day #1
12/17/2002 01:31 AMWell today was my first day in my new job and it was time to get
reacquainted with Java. My first task was to get the existing code
base working on my Linux workstation (rather than fight the Java on...
Java SOS 4.0
Java SOS 4.0
09/27/2004 06:42 AMA Java servlets office suite.
Java GDS API
Java GDS API
12/29/2004 05:42 AMJGDS Project Website Updated
ODE for Java
ODE for Java
07/14/2004 04:53 AMOnline Documentation available
What Is Java?
What Is Java?
09/17/2004 11:38 PMG4 Tech TV Sep 18 2004 4:22AM GMT
Java 1.5
Java 1.5
01/01/2004 10:59 PMJava
1.5 is coming, too.
Java IM Bot
Java IM Bot
07/29/2004 12:03 PMJIB version 0.1 release
BNF for Java
BNF for Java
07/27/2004 04:27 PMTake time for CVS
LPD in Java 0.6.0
LPD in Java 0.6.0
12/25/2003 03:15 AMA line printer daemon protocol implementation.
Grok Description matches for BlackJack for Java: A Java/Swing Oddessy
GrokA matches for BlackJack for Java: A Java/Swing Oddessy
BlackJack for Java: A Java/Swing Oddessy