Skip to content

send input from GUI to backend logic  #6

Description

@Surafelwd

1 send input from GUI to backend logic is not included in the GUI
2 the response message will be send from the backend no need to include it to GIU since the logic is the part of the backend plus what u have to do is calling the result from the backend. for instance, by using.

String signInResult = signInService.signIn(username, password).

            JOptionPane.showMessageDialog(null, signInResult).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions