< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_Component.h

Print this page

        

*** 273,282 **** --- 273,283 ---- * methods on this component */ virtual void Show(); virtual void Hide(); virtual void Reshape(int x, int y, int w, int h); + void ReshapeNoScale(int x, int y, int w, int h); /* * Fix for 4046446. * Component size/position helper, for the values above the short int limit. */
< prev index next >