Search:

Type: Posts; User: Pusillus

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,223

    [SOLVED] Re: Problem with image in swing gui

    Thanks a lot Norm that cleared up my issue :-D
  2. Replies
    4
    Views
    1,223

    [SOLVED] Re: Problem with image in swing gui

    My problem is that the image doesn't show, when I run the program, all I get is an empty window.

    edit:
    I moved it so I read my image outside the paintComponent, but it still doesn't show.
  3. Replies
    4
    Views
    1,223

    [SOLVED] Problem with image in swing gui

    I'm making a dice program that will displace a random image of a dice between 1 and 6, my problem is displaying and image in my program.

    Here's my GUI source code:


    package terninggui;
    ...
Results 1 to 3 of 3