• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaT の背景に画像を表示します。


Commit MetaInfo

Revision21 (tree)
Time2014-05-10 22:40:15
Authoryu-tang

Log Message

MoeLayeredPane のクラスコメントを追加

Change Summary

Incremental Difference

--- trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeLayeredPane.java (revision 20)
+++ trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeLayeredPane.java (revision 21)
@@ -25,7 +25,19 @@
2525 import javax.swing.JLayeredPane;
2626
2727 /**
28- *
28+ * 背景をカスタマイズ可能な {@link JLayeredPane} です。
29+ * OmegaT のメインウィンドウ(フレーム)の内部構成は、次のような階層構造に
30+ * なっています。
31+ * <pre>
32+ * JRootPane
33+ * + layeredPane (JLayeredPane)
34+ * | + JMenuBar
35+ * | + contentPane (Component)
36+ * + glassPane (Component)
37+ * </pre>
38+ * 本クラスは、この中の <code>layeredPane</code> の代替クラスです。本来の <code>layeredPane</code> を
39+ * 本クラスのインスタンスで置き換えることにより、背景をカスタマイズします。
40+ *
2941 * @author Yu-Tang
3042 */
3143 public class MoeLayeredPane extends JLayeredPane {