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 do in the OpenOffice way ?
Thanks in advance,
kiuma

Reply via email to