Search:

Type: Posts; User: maz3r

Search: Search took 0.08 seconds.

  1. Re: How to retain Graphics after resizing java applet

    I have done this that you told me
    Here is the code


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

    /*<applet code="drawit" width=1000 height=600></applet>*/
  2. Re: How to retain Graphics after resizing java applet

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

    /*<applet code="drawit" width=1000 height=600></applet>*/


    public class dr extends Applet implements...
  3. Re: How to retain Graphics after resizing java applet

    Sorry!!!!!
    But i have not use any swing component in my application.
    So please tell me a different solution.
    If you want i can post here a snippet of my applet code.
  4. Re: How to retain Graphics after resizing java applet

    Hey can you tell me that when and how that paintComponents method is called??

    Because i didn't know how to implement this method
  5. Re: How to retain Graphics after resizing java applet

    I have told that i am using local graphics variable. and reference to that variable is taken from [Panelname].getgraphics() method
  6. How to retain Graphics after resizing java applet

    Is there is any way of how to retain Graphics after resizing java applet.
    Actually when i resize or minimize that applet all the graphics that i have made are disappeared.

    I want to tell all of...
Results 1 to 6 of 6