Is there a MDI/SDI/TDI Framework available for Java Swing? -
I am converting multiple document interfaces into an old MDI (windows - I do not know what's called in Java ) For multiple SDI (single document interface) It's actually a top window with "menu, in which there are more than one different gefrem, each of which has its own logic and performance". I also have the Open / Save Workspace scheme, MVC is used as a common architecture.
I have started, and the main idea is to create a bunch of gefram-derived windows which I keep track in the window menu, model and controller, but see / Jeffram is the main problem. I have already lost myself in the mysteries of elephants and window listeners in the fight ....
Then I hit me, "This is not the first time anyone could write". A quick search on Google and SEO does not take me anywhere. But certainly there is a framework that does it already? (Preferably in model-view-controller design)
When I want to make all the models and controllers, and then just implement the thing that is special for each window / gefram. The rest (window management, workspace, etc.) should be the Preety standard.
I think I'm searching for something similar to App-Wizards / Code-generators in DevStudio.
Does such a structure exist, or am I bound to make myself?
I know this question is outdated, even my findings Take it here because I had such a question.
In fact, such a framework / swing actually provides only UI control and components, you will need to give yourself a code for data binging and verification, besides You can use MDI (JInffe Frame) or use SDI (using a JFrame and a bunch of genitals).
As you mention, swing does not implement MVC easily , due to all the code that can end in * the audience and the * adapter.
You have not experimented like a POC video swing data binding settings like or, Disclaimer:
Alternatively, if this project allows it, then you can try alternative UI framework for Java or it works better to separate the UI.
Sorry for my bad english
Comments
Post a Comment