Search:

Type: Posts; User: snowguy13

Search: Search took 0.11 seconds.

  1. Re: Updating JPanel on JTabbedPane with a Resize Event

    JTabbedPanes have methods called getTabComponentAt(int index). This method will allow you to get a component at a certain index in the JTabbedPane. If your JPanel is the first component, it can be...
  2. Re: Updating JPanel on JTabbedPane with a Resize Event

    Can you explain what you mean by that?


    When a JFrame is resized, it should repaint itself and all its children. If you override the paintComponent(Graphics g) method of the JPanel, as I think...
Results 1 to 2 of 2