The Artima Developer Community
Sponsored Link

Java Answers Forum
How to write resize options in java applet

1 reply on 1 page. Most recent reply: Jan 27, 2004 4:09 AM by mausam

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
naveenkumar

Posts: 1
Nickname: naveeng
Registered: Jan, 2004

How to write resize options in java applet Posted: Jan 27, 2004 1:03 AM
Reply to this message Reply
Advertisement
I am developing some program in java applets. If i resize the window the content of that window should be resized accordingly.How to do it..Can anyone help me!!!


<naveeng>


mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: How to write resize options in java applet Posted: Jan 27, 2004 4:09 AM
Reply to this message Reply
Guess this article may be helpful for u

http://www.javaworld.com/javaworld/javatips/jw-javatip8.html

A more crude way to do is

<HTML>
<body onResize="document.history.go(0)">

<applet width="50%" height="50%">
</applet>

</body>
</html>

Flat View: This topic has 1 reply on 1 page
Topic: Improving Swing fonts? Previous Topic   Next Topic Topic: what's the difference ?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use