What am I doing in NetBeans, for example:
I can also link components / logic together using links if the behavior / result of one component affects / affects another, for example. some displayed parameters are no longer relevant or provide context-sensitive parameters.
What do you think about this? Good? Poorly?
What do you do?
I usually use the View Model Model .
Essentially, it looks like you are doing: create a class that includes logic separate for the user interface class. User interface classes should not contain logic - only the code needed to display the interface.
Then you can bind your interface values ββto the base class of presentation presentations using something like JGoodies Binding (I understand that Spring RCP is good for that too).
Swing, UI.
Filthy Rich Chet Haase Romain Guy .
Swing Thread Dispatch Thread, , , ActionListener (, JButton). ActionListener , , , (, JButton) , ActionListener .
, , MVC (Model View Controller) , . , , () (), , . MVC , , ( ).
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
Source: https://habr.com/ru/post/1731841/More articles:sql query adding column values ββ- sqlHow can I get around the method execution in the RhinoMocks layout? - c #crontab oracle problem in linux - linuxGoogle Calendar (shared) - javaSimple hidden field in non-model form - ruby-on-railsAdd-in for .NET Application - .netWindows Routing API: What API calls are needed to create a managed version of route.exe for Windows? - c #Is it possible to change the AntiForgeryToken value in ASP.NET MVC after each check? - securityAndroid - about window in application manager? - javaC # approach to displaying input files dynamically - c #All Articles