As replacement for the 323 classes in original sun.io you could use my wrapper
classes:
http://java.net/projects/java-nio-charset-enhanced/sources/svn/show/trunk/src/sun/io/
There remain only 8 classes.
-Ulf
Am 13.06.2011 18:03, schrieb Alan Bateman:
The JDK hasn't used the legacy sun.io co
Changeset: 958eea7dd46e
Author:darcy
Date: 2011-06-13 12:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/958eea7dd46e
7052122: Update JDK_MINOR_VERSION for JDK 8
Reviewed-by: mr, katleman
! make/common/shared/Defs.gmk
! make/docs/Makefile
Changeset: 3b1fd4ac2e71
Author:darcy
Date: 2011-06-13 12:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3b1fd4ac2e71
7052122: Update JDK_MINOR_VERSION for JDK 8
Reviewed-by: mr, katleman
+ test/tools/javac/processing/model/TestSourceVersion.java
The JDK hasn't used the legacy sun.io converters for many years. They
were deprecated a long time ago and were originally due to be pulled out
in jdk6. The jdk6 plans were scuppered by at least JDBC driver that
insisted on calling into the sun.io.* classes directly. A second attempt
in jdk7 a
Hi all,
I found a bug about focus lost on linux. The testcase is as follows:
import java.awt.Color;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.swing.JButton;
public clas