Search:

Type: Posts; User: jocdrew21

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    4,015

    [SOLVED] Re: JTextArea addActionListener

    Thank you. When in doubt read the API.

    TextListener!! Says it plan as day...
  2. Replies
    7
    Views
    4,015

    [SOLVED] Re: JTextArea addActionListener

    it is simply a JTextArea from AddItemView()
  3. Replies
    7
    Views
    4,015

    [SOLVED] Re: JTextArea addActionListener

    yes I understood the error and and read the API doc and still get the same issue:



    package addItemBtn.Home.DataBase;

    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;...
  4. Replies
    7
    Views
    4,015

    [SOLVED] JTextArea addActionListener

    I am on the controller side of my application and I am having a issue with adding a actionListener to my JTextArea.



    package addItemBtn.Home.DataBase;

    import java.awt.event.ActionEvent;...
Results 1 to 4 of 4