< prev index next >

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

Print this page

        

@@ -273,10 +273,11 @@
      * 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 >