Search:

Type: Posts; User: paps

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    716

    Re: Passing dat from Jbutton to another class

    Adopted this solution (in the meanwhile rewrote the receiving class)

    in main class (MamboUI)



    public void jButton1ActionPerformed(ActionEvent evt) { ...
  2. Replies
    2
    Views
    716

    Passing dat from Jbutton to another class

    Hello everyone
    I've a problem. I would like to send string workData from class MamboUi. jButton1ActionPerformed to class showData.showData where it will be worked

    This is my code


    public...
Results 1 to 2 of 2