Re: [dev] Showing a dialog from My java OTX component

2010-02-26 Thread Andrea Chiumenti
exactly what I needed, Thank you! kiuma 2010/2/26 Niklas Nebel > On 02/26/10 16:13, Andrea Chiumenti wrote: > >> Hello, after the dispatch operation I open a message dialog the informs >> the >> user that the operation has been successfully concluded. >> Something like >> JOptionPane.showMessage

Re: [dev] Showing a dialog from My java OTX component

2010-02-26 Thread Niklas Nebel
On 02/26/10 16:13, Andrea Chiumenti wrote: Hello, after the dispatch operation I open a message dialog the informs the user that the operation has been successfully concluded. Something like JOptionPane.showMessageDialog(null, "Transmission completed!" , "Info", JOptionPane.INFORMATION_MESSAGE);

[dev] Showing a dialog from My java OTX component

2010-02-26 Thread Andrea Chiumenti
Hello, after the dispatch operation I open a message dialog the informs the user that the operation has been successfully concluded. Something like JOptionPane.showMessageDialog(null, "Transmission completed!" , "Info", JOptionPane.INFORMATION_MESSAGE); This obviously has a swing layout, how can I