--- old/src/windows/native/sun/windows/awt_Choice.h 2012-10-01 13:32:45.339813700 +0400 +++ new/src/windows/native/sun/windows/awt_Choice.h 2012-10-01 13:32:44.669728600 +0400 @@ -88,13 +88,14 @@ static void _RemoveAll(void *param); static void _CloseList(void *param); + static jfieldID selectedIndexID; + private: int GetFieldHeight(); int GetTotalHeight(); static BOOL sm_isMouseMoveInList; HWND m_hList; WNDPROC m_listDefWindowProc; - int m_selectedItem; static LRESULT CALLBACK ListWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); };