Search:

Type: Posts; User: daltman1967

Search: Search took 0.50 seconds.

  1. Replies
    6
    Views
    1,223

    Re: Need help with transparency

    Ok, I switched gears entirely. I have an entirely NEW window, which now has a checked listbox on it. The problem is, the background of the window isn't transparent. Can anyone help me with this? ...
  2. Replies
    6
    Views
    1,223

    Re: Need help with transparency

    Ok, I've solved 1 problem. I now have the background image with foreground image on it. Here's my code:



    class ImagePanel extends JPanel
    {
    private Image image;
    private Image...
  3. Replies
    6
    Views
    1,223

    Re: Need help with transparency

    Well, when I do that, it seems as if the entire screen is the button. You see the button, centered in the screen (not placed as I specified), and no background whatsoever - just gray.

    Argh!
  4. Replies
    6
    Views
    1,223

    Re: Need help with transparency

    Here's my current code:


    import java.awt.Color;
    import java.awt.Graphics;
    import java.awt.Image;
    import java.awt.Toolkit;
    import java.io.IOException;

    import javax.swing.ImageIcon;
  5. Replies
    6
    Views
    1,223

    Need help with transparency

    I am a complete Java newbie. I'm currently reading some books, but I'd like some help with what I thought would be simple things to do... except that they seem to be very, very hard. I've been...
Results 1 to 5 of 5