paintComponents()

From: Ike (rxv_at_hotmail.com)
Date: 12/20/03

  • Next message: Andrew Thompson: "Re: Testing"
    Date: Sat, 20 Dec 2003 05:54:44 GMT
    
    

    If I have an Applet, and say another window is over the display of the
    Applet, when I remove the other window, such that the Applet should repaint,
    and it only repaints partially (unless I do some mouse action over a
    component on the Applet, whereupon that component then repaints), shouldn't
    Applet.paintComponents() be called when my Applet needs to be repainted by
    such a thing (i.e., a window over it, being removed?) What SHOULD be called,
    Applet.paint() ? -Ike


  • Next message: Andrew Thompson: "Re: Testing"

    Relevant Pages

    • Re: opening a window from an applet..
      ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... a new window from an applet this is simply for a chat app applet, chat window opens in a new window (new window doesn't mean a separate app.. ...
      (comp.lang.java.gui)
    • Re: Please...Applet frame resize problem
      ... > All I'm trying to do is open a window that displays my applet and lets me ... You say you want to display your applet ... Having something 'pop-up' is also considered ... launch applications* ...
      (comp.lang.java.programmer)
    • Re: opening a window from an applet..
      ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... Which is a frame like any other. ...
      (comp.lang.java.gui)
    • Re: opening a window from an applet..
      ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... public void init() { ...
      (comp.lang.java.gui)
    • Re: Please...Applet frame resize problem
      ... it makes for cool interactivity and animation in this demo. ... The reason I would like the applet to pop-up into its own window is because ...
      (comp.lang.java.programmer)