TITLE:Javadoc 日本語翻訳
RIGHT:Posted by &author(aterai); at 2010-10-05

* Javadoc 日本語翻訳 [#tbecfb97]
#contents(big)

* 概要 [#v1a01202]
Javadoc の日本語翻訳についてメモしています。
- 編集の制限はしていないはずなので、追記、ツッコミなどがあれば、適当にどうぞ。
- 主に自分用メモなのでSwing関係が中心
- 面倒なので、既出か?などのチェックはいい加減
- [http://java.net/projects/jdk-api-ja Jdk-api-ja — Java.net] の Users Mailing List に報告したら順次消していく予定…ですが Jdk-api-ja はもう活動していないのかも?

* 翻訳メモの一覧 [#f8fd3e5d]

** 日本語訳 [#s103255f]
- [[Javadoc/Japanese]]
-- 日本語訳で修正した方が良さそうなもの。

** 翻訳元から [#xdf8ce86]
- [[Javadoc/Nitpick]]
-- 翻訳元から修正した方が良さそうなもの。

** Typo [#s349bb74]
- [[Javadoc/Typo]]
-- Typo、変換ミスなど。

* リンク [#k7f2489a]
** bugs.sun.com [#z3771fc9]
- [http://bugs.sun.com/view_bug.do?bug_id=6496912 Bug ID: 6496912 Swing Text API JavaDoc has incorrect links]
-- http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#addInputMethodListener(java.awt.event.InputMethodListener)
-- http://java.sun.com/javase/ja/6/docs/ja/api/javax/swing/text/JTextComponent.html#addInputMethodListener(java.awt.event.InputMethodListener)
- [http://bugs.sun.com/view_bug.do?bug_id=6603635 Bug ID: 6603635 links to tutorials broken in JTable API doc]
- Choosing the Look and Feel
-- http://java.sun.com/javase/ja/6/docs/ja/api/javax/swing/plaf/multi/doc-files/multi_tsc.html
-- ついでに、サンプルコードが文字化け?

** 修正済み [#o47e719a]
- [http://bugs.sun.com/view_bug.do?bug_id=6255121 Bug ID: 6255121 Doc: Comments in some files include duplicate "the"s. (i.e. "the the ")]
- [http://bugs.sun.com/view_bug.do?bug_id=5087703 Bug ID: 5087703 Typo in the comments for JSpinner.AccessibleJSpinner]
- [http://mail.openjdk.java.net/pipermail/core-libs-dev/2009-April/001390.html core lib typo fixes]

* コメント [#rc2fa0b7]
- 「コロンのあとに例(数値)が重複して現れる」を追加。 -- [[aterai]] &new{2010-10-26 (火) 18:52:22};
- renderer の訳が、「レンダリング」。レンダラでいいような気がするけど、これは一箇所しかない? -- [[aterai]] &new{2010-10-28 (木) 15:07:41};
- WindowsComboBoxUI#paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus) メソッド中のコメントに、 Typo。 // On vista for READNLY ComboBox -- [[aterai]] &new{2011-02-10 (木) 14:18:59};
- [http://java.sun.com/javase/ja/6/docs/ja/api/javax/swing/JTable.html#doLayout() デルタの分散]、Distributing the delta、分散、分配・・・。 -- [[aterai]] &new{2011-03-07 (月) 16:17:00};
- [http://download.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.html The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h).]と、[http://download.oracle.com/javase/6/docs/api/java/awt/geom/Rectangle2D.Double.html Constructs a new Rectangle2D, initialized to location (0, 0) and size (0, 0).]。個人的には、(w x h)より、(w, h)の方が…。   -- [[aterai]] &new{2011-12-07 (水) 18:33:19};
- メモ: [http://togetter.com/li/278455 rip-sun.com - Togetter] -- [[aterai]] &new{2012-03-26 (月) 01:48:27};

#comment