HI ,
Is it possible to get the window size in Java ,if so cld any 1 guide me....and also i need to fix the windows in a particular position ..how cld i do ds in Java.
Kishorey 0 Newbie Poster
Recommended Answers
Jump to PostIs it possible to get the window size in Java
the getSize() method, amazingly, will do it
Jump to PostTo top up what JamesCherrill already said about getting size, to set position you can use methods inherited from Component setLocation(int x,int y) or
All 8 Replies
zyaday 0 Junior Poster in Training
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Kishorey 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Kishorey 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Kishorey 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.