[Java-gnome-developer] GdkWindow getSize().
Brought to you by:
afcowie
From: Marcel T. <mt...@dw...> - 2002-08-05 12:17:29
|
Hi there, I am new to this list so please bear with me if I ask some newbie questions: How do request the size of a GdkWindow ? GdkWindow: public void getSize(int width, int height) I cannot retrieve de size like this in java :( Java has no notion of pointer to primitives. Only objects can be (and always are) pointers. kind regards, Marcel Toele |