Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create dynamically resizeable frames

Status
Not open for further replies.

Horrid

Programmer
May 20, 1999
373
It is possible to create dynamically resizeable frames in a web browser? I need to have a minimise/maximise button on a title bar to show/hide additional information. Can it be done? not limited to a Java solution, any language.
 
Hi!<br>
<br>
From a web browser or in an applet area in the browser?<br>
You can freely make frame(s) from an applet. This window will like other normal windows (differ from runner OS; title, status buttons, minimize, close, etc.), but in the bottom of unsigned ones the JVM place an &quot;Unsigned applet window&quot; (or something like this) warning message.<br>
If you want to place frame(s) in an applet area, you must draw, handle mouse actions, etc. manually. You must code the frame &quot;feeling&quot;. But in Java2 you may try JInternalFrame.<br>
Sorry, if I do not understand your question well.<br>
<br>
Good luck. Bye, Otto.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top