Search:

Type: Posts; User: jps

Search: Search took 0.10 seconds.

  1. Re: Problems with GUI, seems simple fix but I can't figure it out

    You are welcome and thanks for the kind words.
  2. Re: Problems with GUI, seems simple fix but I can't figure it out

    The lines of code:
    gui.pack();
    gui.setVisible(true);
    ...those are just floating around inside your class, outside of any method.
    You can declare and define variables in that area, but not "run...
Results 1 to 2 of 2