Search:

Type: Posts; User: John

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    2,802

    [SOLVED] Re: linking two different classes

    Ahh right got you now apologies, it works now.

    For some reason i had it working differently in my head lol

    Thanks mate

    John
  2. Replies
    11
    Views
    2,802

    [SOLVED] Re: linking two different classes

    Yeah for my save and open commands i used JFileChooser.

    I was thinking i might have to do something similar in order to call the file using the clean command.

    I'll have a fiddle with it
    ...
  3. Replies
    11
    Views
    2,802

    [SOLVED] Re: linking two different classes

    Hey javaPF thats awesome.

    To be honest i was trying to replace the main method with a consrtuctor but was coming up with all sorts of errors! Think i prefer it the way you have within one class.
    ...
  4. Replies
    11
    Views
    2,802

    [SOLVED] Re: linking two different classes

    Hey just wondering do you think it would be easier replacing the main method with a constructor or doing it all within the one class instead of having seperate classes?

    Thanks

    John
  5. Replies
    11
    Views
    2,802

    [SOLVED] How to link two different class?

    Hey all

    Basically i've got a question about how to put two classes together if that makes any sense:o

    The code below is for a GUI that uses a drop down menu.
    The menu allows the user to open a...
Results 1 to 5 of 5