--- old/src/windows/native/sun/windows/awt_TextComponent.h 2012-07-23 14:01:47.844803900 +0400 +++ new/src/windows/native/sun/windows/awt_TextComponent.h 2012-07-23 14:01:47.183766100 +0400 @@ -50,6 +50,7 @@ static AwtTextComponent* Create(jobject self, jobject parent, BOOL isMultiline); virtual LPCTSTR GetClassName(); + LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); int RemoveCR(WCHAR *pStr);