Re: calling an overloaded java method

2010-06-24 Thread Martin DeMello
On Thu, Jun 24, 2010 at 7:32 PM, Meikel Brandmeyer wrote: > Hi, > > On Jun 24, 3:53 pm, Martin DeMello wrote: > Both work for me. What's the error you get? Looks like my mistake, I tried it now and it works. No idea what I did wrong the last time (I got the No matching method: showMessageDialog

Re: calling an overloaded java method

2010-06-24 Thread Meikel Brandmeyer
Hi, On Jun 24, 3:53 pm, Martin DeMello wrote: > This works: > >   (. JOptionPane showMessageDialog frame "Hello World") > > This does not: > >   (. JOptionPane showMessageDialog frame "Hello World" "Title" > JOptionPane/PLAIN_MESSAGE) > > Even though JOptionPane.showMessage supports both signatu