-
Junior Member
How to set x and y positions in the Applet
Hi,
How to set x and y positions in the Applet for any object or text fields?
And also how to vary the height and width.
-
Junior Member
Re: How to set x and y positions in the Applet
Hi raja,
In applet methods we set these x & y co-ordinates, check that methods
ex : drawString("string", x,x) ok
and html file is used to assing height & width,each & every applet tag contain one html file.
<applet code=" " codebase=" " height=100 width=100 >
</pplet>
(here 100 is for example )
regards,
vardhan.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules