Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Help with NetBeans App using JPanel/JFrame with JButton (if statements)

    First read the API doc for the text field class and find the method to get the text out of it.
    Then read the API doc for the String class and find a method that will find an occurrence of the...
  2. Re: Help with NetBeans App using JPanel/JFrame with JButton (if statements)

    The text field has a method to get the data out of the textfield into a String.
    The String class has methods to test the contents of the String.
  3. Re: Help with NetBeans App using JPanel/JFrame with JButton (if statements)

    Are you asking how to compare the contents of a String variable to a String literal?
    aStrVar.equals("A literal")
Results 1 to 3 of 3