Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Help with JTable and JButton both in separated class file

    No. See my post above, and place the call of those methods directly after the call to the method I referred to. This is where you add components to a container after it has been validated, and must...
  2. Re: Help with JTable and JButton both in separated class file

    a) You have 2 instances of JPanelOne. Make a single instance so only this instance gets updated
    b) Adding components dynamically at runtime (eg 'one.add(ScrollPane);') requires one to let the JVM...
Results 1 to 2 of 2