Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

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

    I would guess that the Graphics are not being redrawn when the repaint method is called. The repaint method will get called every time you resize or minimize the component. By default, the repaint...
  2. Re: How to retain Graphics after resizing java applet

    How are you "drawing shapes on a panel" if you are not using any paint functions?
Results 1 to 2 of 2