Creates a OpenOffice.org UNO component project.
A UNO component is generally the implementation of at least one service specified
in the UNO IDL. You can implement an existing OpenOffice.org
service and additional interfaces, or define new ones.
A wizard collects information about the implemented types and, creates a new extended J2SE
class library project, generates UNO IDL files (if necessary) and generates a Java skeleton
source file, implementing all methods generated from IDL types.