コード例 #1
0
ファイル: JEditTextArea.java プロジェクト: zeph/grinder
 /**
  * Called by the AWT when this component is removed from it's parent. This stops clears the
  * currently focused component.
  */
 public void removeNotify() {
   super.removeNotify();
   if (focusedComponent == this) focusedComponent = null;
 }
コード例 #2
0
ファイル: Notepad.java プロジェクト: ArcherSys/ArcherSysRuby
 @Override
 public void paint(Graphics g) {
   super.paint(g);
 }