Search:

Type: Posts; User: RedCloudTsunami

Search: Search took 0.19 seconds.

  1. Re: Extending JFrame + having multiple windows.

    Ahh I see, I understand now. However, that means all three windows will be identical as they'll all be instances of the same constructor method, so I assume that new classes will need to be...
  2. Re: Extending JFrame + having multiple windows.

    Would it be a good idea to have the other classes in different .java files that all extend JFrame? I'm still learning so it confuses me a lot. So far I have:

    public static void main( String[] args...
  3. Re: Extending JFrame + having multiple windows.

    Many thanks!
  4. Extending JFrame + having multiple windows.

    Hello,

    Is it possible to have multiple windows when extending JFrame? If so, could you give a quick example?

    Many thanks,

    Alex.
Results 1 to 4 of 4