src/windows/native/sun/windows/awt_TextComponent.h

Print this page

        

@@ -48,10 +48,11 @@
     AwtTextComponent();
 
     static AwtTextComponent* Create(jobject self, jobject parent, BOOL isMultiline);
 
     virtual LPCTSTR GetClassName();
+    LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
 
     int RemoveCR(WCHAR *pStr);
 
     virtual LONG getJavaSelPos(LONG orgPos);
     virtual LONG getWin32SelPos(LONG orgPos);