Re: Changing JFrame components at runtime




Don't forget to call validate() after a remove/add.


The GUI is updated both using validate() or updateUI(). Which is
difference?

.



Relevant Pages

  • Re: OOP - a question about database access
    ... >> Because managing integrity is managing data. ... > validated quickly in the GUI ... Who says the dbms cannot validate the data quickly on the user's computer? ...
    (comp.object)
  • Re: Application logic and Business logic
    ... >In many cases you want to have interactive validation in your GUI. ... implement the business logic using a DBMS. ... If something can not validate that then it is not a DBMS. ... DBMSs are computationally complete. ...
    (comp.object)
  • Re: catching multiple exceptions
    ... be validated should be done at the bigger level (since an address can't ... I think the address class should validate itself. ... should never happen as the GUI should warn the user their address is invalid ... Michael ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Validating GUI
    ... If you choose to validate immediately, you might have to validate OnSave/later also, since some values might be dependent on other, not yet entered information or is a more lengthy validation. ... Assume you have a GUI with quite many controls and a save button. ... What is the best practice to do when validating all the controls in the GUI. ...
    (microsoft.public.dotnet.languages.csharp)
  • updateUI and validate
    ... In myPanel, I have myJTable and myTableModel to ... display data in a table. ... update this record in the table, only the updateUI works but validate does ...
    (comp.lang.java.gui)