I have created for my application, some custom GUI component and used them.
Now i want to make them redistributable. I know that add the sources to another project and use them in that way, but i'd prefer to make something like a jar or similar.
I want that if an user add my library (maybe a jar??) to its application, he can add the gui component in his application as any other components (using drag and drop or simply specifying it in the application layout).
Is it possible?