JavaでWebページをレンダリング(画像化)するライブラリあれこれ

JavaでWebページをレンダリング(画像化)するライブラリあれこれ

----
Swing (JEditorPane, HTMLEditorKit)

-Why does it work? Javaでウェブサイトを表示する#4(ウェブサイトをPNG画像として保存する)
--http://hightide.blog2.fc2.com/blog-entry-306.html

-HTMLをGIFファイルに保存 - Java Solution
--http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=33760&forum=12&9
--保存するタイミングの問題。

-Why does it work? Javaでウェブページを表示する#1(JEditorPane編)
--http://hightide.blog2.fc2.com/blog-entry-302.html

-Utilz: Webページのキャプチャ
--http://www.utilz.jp/wiki/WebCapture

----
JRex

-JRex - The Java Browser Component
--http://jrex.mozdev.org/

----
BlackWood Webclient

-Webclient Home Page
--http://www.mozilla.org/projects/blackwood/webclient/
--->This document describes the Java API for WebShell, also known as the java webclient.

-Why does it work? Javaでウェブページを表示する#2(BlackWood WebClient Gecko編)
--http://hightide.blog2.fc2.com/blog-entry-303.html

----
SWT

-Fly me to the Europa - [Eclipse] [SWT] 似非FireFoxが作れるようになったよー。 00:23
--http://d.hatena.ne.jp/kompiro/20070628#1183044237

-閲覧機能マルチプラットフォーム化中断 - fireboat blog
--http://nekoblog.com/fireboat/2007/07/13/1184270019469.html
--->苦労の末、ようやくLinux上でHTMLレンダリングエンジンを呼び出せる環境がそろった(swt+xulrunner)。

-マルチプラットフォーム対応研究中 - fireboat blog
--http://nekoblog.com/fireboat/2007/07/12/1184189858681.html
--WebClientとSWTとxulrunnerに関するいろいろな検討内容。

-天使やカイザーと呼ばれて: Webブラウザコンポーネントの利用
--http://www.eisbahn.jp/yoichiro/2007/06/web_1.html

-天使やカイザーと呼ばれて: Webブラウザの起動
--http://www.eisbahn.jp/yoichiro/2007/07/web_2.html