Search:

Type: Posts; User: mjpam

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    6,864

    Re: Dynamically resizing an applet

    First, thank you for the example.

    I've read through the HTML source code several time and I'm wondering how of it is HTML.

    Is the only non-HTML code the last lines?

    <A...
  2. Replies
    6
    Views
    6,864

    Re: Dynamically resizing an applet

    Are you saying that it can't be done all in Java? That you have to manipulate the HTML as well?
  3. Replies
    6
    Views
    6,864

    Dynamically resizing an applet

    Is there away to dynamically resize an applet?

    I wrote some code to illustrate what I mean:

    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;

    /*
    <applet code =...
Results 1 to 3 of 3