login - Java- Test for Word -


i using netbeans , code is

    private void passwordactionperformed(java.awt.event.actionevent evt)     {                                                  // todo add handling code here:       }        

how make java scan password, that, if wrong not work , if password correct works , performs action.

you should have simple text/password input field awt, read input variable , compare if.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -