ニュース

「Java印刷サービスAPIユーザー・ガイド」では「2Dグラフィックスを印刷する」として書かれているものが、これからやろうとする帳票印刷に相当します。 PrinterJobを使う方法とDocPrintJobを使う方法が説明されています。 2つの方法を大雑把に表にしてみます。
リッチクライアントを構築するためのJavaFXは、2010年のJavaOneカンファレンスにおいてJavaのライブラリとして生まれ変わることが発表されました ...
Javaアプリ事始め 第6回: 2Dグラフィックスしよう その2(1/3) 本連載では,J-フォンのパケット通信対応51シリーズのJavaアプリプログラミングを ...
既報のとおり、「Java SE 6 Update N Early Access build 04」が公開され、Java SE 6の次期機能として注目されているものの多くがそのベールを脱いだわけだが ...
Javaアプリ事始め 第5回: 2Dグラフィックスしよう(1/2) J-フォンのパケット通信対応51シリーズでは,Java機能が大きく強化され,草の根の開発者 ...
Hello, as the subject states, I'm looking for a good book on Java 2D graphics. I was wondering if anyone here had any good suggestions?I came across this bookJava 2D API Graphics and it seems ...
So, this could be a really dumb question, but I've been searching the API's and can't find much that's working for me.I need to search a 2d array for for the index value of an element. I can't ...
This code generates Java 2D GeneralPaths representing isolines of a data set. It is intended to be easy to use - please offer suggestions if you feel it is not. It is a direct implementation of the ...