Do you know any decent framework for creating Swing screens? I need to expand the application for developers who have to add their own screens.
Possible options:
Any other option?
Update: I am not looking for a development-time tool to create my screens. I am looking for an addon or platform that allows developers (users of my application) to create custom screens for different clients. Screens should be saved in some format (for example, xml) and will be displayed to others (for viewing only).
Because of this, solutions like Matisse4MyEclipse are not suitable, because I cannot link my own plugin with my application.
Update 2:
I ask you to create a framework, not a development-time tool. I want some component to be embedded in my application so that users can create screens themselves.
source share