Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,454

    [SOLVED] Re: Directions Buttons needs picture

    You might even be able to pass the JLabel into the JOptionPane.showMessageDialog() method as the second parameter instead of outputArea. I'm not sure though, as I haven't played with it at all.
  2. Replies
    5
    Views
    1,454

    [SOLVED] Re: Directions Buttons needs picture

    So you want the image to display instead of the outputArea JTextArea?

    Just add the icon to a JLabel, then put the JLabel in a JDialog. Show the JDialog instead of calling...
  3. Replies
    5
    Views
    1,454

    [SOLVED] Re: Directions Buttons needs picture

    That is waaay too much code for us to wade through. Make it easy for people to help you by providing an SSCCE that demonstrates only the problem you're having, without any extra stuff. Narrow it...
Results 1 to 3 of 3