Search:

Type: Posts; User: dudedduu

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,692

    Re: Deleting an image

    I'm new to this, and didn't write the base of the code myself, but i assure you that it compiles just fine. This is BlueJ, and I'm not exactly sure what differens it makes, but it runs just fine.
    I...
  2. Replies
    5
    Views
    1,692

    Re: Deleting an image

    This is the code for an image


    import java.awt.image.BufferedImage;
    import javax.imageio.ImageIO;
    import java.awt.image.WritableRaster;
    import java.io.File;
    import javax.swing.*;
    import...
  3. Replies
    5
    Views
    1,692

    Deleting an image

    I'm working with blueJ atm, and have a question about removal of an image that i create.
    I'm doing some edditing of pictures, and need a new image to complete my goal, but it's not working out the...
Results 1 to 3 of 3