stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


BlackJack for Java: A Java/Swing Oddessy







BlackJack for Java: A Java/Swing Oddessy

BlackJack for Java: A Java/Swing Oddessy 04/30/2004 06:19 AM

Texas Holdem




This is a GrokNews Entry: (what is grok?)





Similar Items

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 AM
Initial release

Displaying .NET Windows Forms from Java
SWING


Displaying .NET Windows Forms from Java
SWING
01/28/2004 08:43 PM
Learn 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 AM
JConsole

Java Swing Date & Time Selector 1.2


Java Swing Date & Time Selector 1.2 06/02/2004 10:10 AM
A 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 AM
A 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 AM
German 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
Screenshot 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 AM
WindowBuilder 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
Screenshot 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 PM

Apple releases Java 3D, Java Advanced
Imaging update


Apple releases Java 3D, Java Advanced
Imaging update
12/18/2003 10:39 AM
Apple 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 AM
Apple 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 PM

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 PM
Across 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 AM

Quest For "Unbreakable Java" Unites ABAP
& Java


Quest For "Unbreakable Java" Unites ABAP
& Java
01/03/2005 12:11 PM

Java 3D and Java Advanced Imaging Update
1.0


Java 3D and Java Advanced Imaging Update
1.0
12/17/2003 09:38 PM
Extends 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 PM
General 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 AM
PRWEB) 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 AM

Java 1.5.0 Now Officially Java 5.0


Java 1.5.0 Now Officially Java 5.0 07/04/2004 06:56 PM

Blackjack - Play Blackjack Online


Blackjack - Play Blackjack Online 07/14/2004 10:23 AM
blackjack

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 AM
JavaIM 0.0.1 released

Java has won, says Sun


Java has won, says Sun 12/05/2003 01:02 AM
Sunday Times South Africa Dec 5 2003 0:13AM ET

Java 1.4.1


Java 1.4.1 03/13/2003 10:21 AM
Java 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 AM
CNET Mar 11 2003 1:23AM ET

Java, day #1


Java, day #1 12/17/2002 01:31 AM
Well 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 AM
A Java servlets office suite.

Java GDS API


Java GDS API 12/29/2004 05:42 AM
JGDS Project Website Updated

ODE for Java


ODE for Java 07/14/2004 04:53 AM
Online Documentation available

What Is Java?


What Is Java? 09/17/2004 11:38 PM
G4 Tech TV Sep 18 2004 4:22AM GMT

Java 1.5


Java 1.5 01/01/2004 10:59 PM
Java 1.5 is coming, too.

Java IM Bot


Java IM Bot 07/29/2004 12:03 PM
JIB version 0.1 release

BNF for Java


BNF for Java 07/27/2004 04:27 PM
Take time for CVS

LPD in Java 0.6.0


LPD in Java 0.6.0 12/25/2003 03:15 AM
A 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

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

easyLadder
Plugging the Linux
holes

Has Microsoft gone
soft?

Should MI5 release
security advice?

Real silent on
Beckham exit

Saturn spacecraft
gets an eyeful

Man's stomach 'fell
out' after op

Chinese woman
'killed by Sars'

Seth Godin: If It's
Urgent, Ignore It

SimpleXML Tutorial
by Sterling Hughes

Button Builder 4.0.1
adds new features

Windows users
emulating Mac OS X

Company's founders
have power to do
some good

US City & Town
Official Web Sites

Common Information
Environment Seeks To
Reveal the Hidden
Web

Search Engine
Meeting 2004 Hague,
The Netherlands -
White Papers and
Presentations

Federal Document
Repositories

Center for
Information Policy

Institute for Social
Network Analysis of
the Economy (ISNAE)

This is Football
2004

UK call centre
growth continues

Push to tap radio
wave tech

Teachers pool
computer knowhow

Users plan to
migrate Active
Directory to Windows
Server 2003

Brits willing to
carry ID cards

Zap Annoyances on
the Web, Part II

German tabloid
welcomes EU nudes
(Reuters)

Fallouja Pullout May
Be in Works (Los
Angeles Times)

For WWII Generation,
a Memorial for the
Ages (Los Angeles
Times)

Paying More for a
Gallon -- of Milk
(Los Angeles Times)

Fear, Hope Pervade
Poland on Eve of
Joining EU (Los
Angeles Times)

NCAA Approves
Academic Reforms
(Los Angeles Times)

al-Qaida Operative:
Jordan Attack
Planned (AP)

WeatherAloud v1.40
New NTT Docomo 506i
Phone with Bar-Code
Scanner

Devastation
Goodbye, Bob ...
SCO target asks for
suit to be dismissed

Google Inc., whose
name is synonymous
with Internet
searches, on
Thursday said it
planned to go public
by sell

Sci-fi samurai game
lacks style

Google Logs On To
Web Share Auction

Google discloses all
Quantum Computers
Are A Quantum Leap
Closer, Say Purdue
Physicists

DNA Computer Could
Fight Cancer

Capital Watch:
Senate vote restores
ban on Internet
access taxes

Google founders hold
firm to their geeky
roots

Google does IPO its
own way

EU, Microsoft at
odds over impact of
ruling

Gold rush for Google
begins with IPO
filing

Google targeting
2.7B in stock sale

what is grok?