Search:

Type: Posts; User: mariosarmy

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: A textfield to be filled before the update

    SOLVED :cool:


    BUTTON UPDATE ACTION PERFORMED FUNCTION

    String name=txtname.getText();
    String surname=txtsurname.getText();
    String street=txtstreet.getText();
    ...
  2. [SOLVED] A textfield to be filled before the update

    Hello guys,
    I have a problem with my code.I want a textfield to be filled before the update.So my code

    if (textfield.getText().is Empty()){
    show message dialog ("Please fill the textfield"); ...
Results 1 to 2 of 2