> 1) Is there a built-in class which definied a simple Open Dialog Window
> (to choose the file) - I couldn't find it in documentation and decided
> to use the JFileChooser, but it looks different, and it;s just a
> temporary solution.
Use class org.eclipse.swt.widgets.FileDialog.
By the way: You can find eclipse's API docu in "Help"-menu -> "Help
contents" -> "Platform Plug-in Developer Guide" -> "Reference" -> "API
Reference".

Signature
"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')