Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    7,403

    [SOLVED] Re: applet loading time

    Create a new BufferedImage of equal size, get its Graphics and draw the first BufferedImage using Graphics.drawImage (you might want to look into calling dispose() on the Graphics object returned by...
  2. Replies
    14
    Views
    7,403

    [SOLVED] Re: applet loading time

    Try to load images using the ImageIO utility class as opposed to loading the image through the ImageIcon (which not only creates an unused object, but uses Toolkit.createImage method that according...
  3. Replies
    14
    Views
    7,403

    [SOLVED] Re: applet loading time

    For your latter question, see
    Controlling Access to Members of a Class (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
    Protected has its role in certain scenarios, and is...
Results 1 to 3 of 3