Re: Eclipse : Please Help
What GUI library are you using as this is critical towards helping find a solution? What have you tried to do to solve this? What specifically do you mean by adding color? Color where? What is a "messagebox"?
And most perplexing to me, what does this question have to do with Eclipse? Eclipse is just an IDE that allows you to create, compile and run Java programs, and should have little to do with the type of questions you're asking.
Re: Eclipse : Please Help
I'm sorry if this is in the wrong area. I'm new and I wasn't sure where to put it. I don't know what library I am using. Whatever is standard with Eclipse? I haven't tried anything because I haven't found a source that tells me how to accomplish it. Sorry - the actual code for what I termed a message box is:
JOptionPane.showMessageDialog
I want to make the box a different color than its default.
Re: Eclipse : Please Help
A good place to see what can be done with a class is to read the API docs for it. Here is a link:
Java Platform SE 7
Find the class in the lower left, click on it and the doc will be shown in the main frame.