Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Re: Adding components to my GUI over a background image

    Well, you've got a few problems here. I recommend you read through this: Lesson: Performing Custom Painting (The Java™ Tutorials > Creating a GUI With JFC/Swing)

    Also, does your Jar have access to...
  2. Re: Adding components to my GUI over a background image

    That's because you're adding a JPanel, not a JLabel. Unless you mean something else?

    And you probably don't want to load the image each time your JFrame is repainted. Load it once and store it in...
  3. Re: Adding components to my GUI over a background image

    How are you doing the background image? And what layouts have you tried? Check out your options here: A Visual Guide to Layout Managers (The Java™ Tutorials > Creating a GUI With JFC/Swing > Laying...
Results 1 to 3 of 3