No Image

Java Tip 142: Pushing JButtonGroup

19 9 月, 2003 Daniel Tofan 0

Swing has many useful classes that make graphical user interface (GUI) development easy. Some of these classes, however, are not well implemented. One example of such a class is ButtonGroup. This article explains why ButtonGroup is poorly designed and …

No Image

Java Tip 142: Pushing JButtonGroup

19 9 月, 2003 Daniel Tofan 0

Swing has many useful classes that make graphical user interface (GUI) development easy. Some of these classes, however, are not well implemented. One example of such a class is ButtonGroup. This article explains why ButtonGroup is poorly designed and …

No Image

Java Tip 141: Fast math with JNI

15 8 月, 2003 Jeff S. Smith 0

While developing a computer-generated hologram (CGH) program, I noticed that the math routines in Java 2 Platform, Standard Edition (J2SE) 1.4x were several times slower than the corresponding routines in J2SE 1.3.1. Sun Microsystems has implemented a …

No Image

Java Tip 141: Fast math with JNI

15 8 月, 2003 Jeff S. Smith 0

While developing a computer-generated hologram (CGH) program, I noticed that the math routines in Java 2 Platform, Standard Edition (J2SE) 1.4x were several times slower than the corresponding routines in J2SE 1.3.1. Sun Microsystems has implemented a …

No Image

Java Tip 141: Fast math with JNI

15 8 月, 2003 Jeff S. Smith 0

While developing a computer-generated hologram (CGH) program, I noticed that the math routines in Java 2 Platform, Standard Edition (J2SE) 1.4x were several times slower than the corresponding routines in J2SE 1.3.1. Sun Microsystems has implemented a …