Search:

Type: Posts; User: Zein

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,375

    Re: Opening a new frame on close.

    In the smallest amount of time, I have thought of a way to fix this. Just set setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE) so that the user CANNOT hit the X button and can only hit the button...
  2. Replies
    1
    Views
    1,375

    Opening a new frame on close.

    I am hoping that there is a way to open a different frame when Xing(pressing the X) out of another. I am aware of setDefaultCloseOperation() but could this open up a different frame? I know if I have...
  3. Re: Is it possible to make a background to in image transparent

    Because the first one has a BufferedImage, the problem is I have no idea what that is. The second one has a gumby.jpg image which is great, but I have no idea how to use any of that code! Sure some...
  4. Re: Is it possible to make a background to in image transparent

    Thanks for the help, but I still do not get it.
    I was thinking if someone can make a simple java program that makes a class, makes a JFrame, makes any picture they want transparent than throw that...
  5. Re: Is it possible to make a background to in image transparent

    Okay by the transparent, you mean it being a color? I have worked with many engines that use sprites before usually white in a .png will be transparent. I am trying to make the white of an image...
  6. Re: Is it possible to make a background to in image transparent

    Yes, I did use google and I found these tutorials, I guess I am not a Java genius yet, because that is jiberish to me.

    Sure I know what some things do but the fact that it searches for the color...
  7. Is it possible to make a background to in image transparent

    Okay, I was wondering if it is possible to make a background of an image transparent in a JFrame.

    Ex: Say you have a picture of a circle that is black, It is a .png (or any other type of image) I...
Results 1 to 7 of 7