Search:

Type: Posts; User: rboone2020

Search: Search took 0.10 seconds.

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

    Folks,

    Another group helped me solve this issue. It involved moving the new BufferedImage call into the paintComponent section. For completeness, I will include the solution, as remapped to my...
  2. Re: Updating JPanel on JTabbedPane with a Resize Event

    Thanks again, Snowguy. It ends up that the paintComponent procedure needed more of the code to paint material (plus 100 other errors, no doubt). A few days of debugging and learning have brought...
  3. Re: Updating JPanel on JTabbedPane with a Resize Event

    Sorry for the short reply ... Father's Day rushes. Settled in again, so I'll expand a bit.

    I've been using examples as guides. The example I found uses an instance of a JComponent called canvas...
  4. Re: Updating JPanel on JTabbedPane with a Resize Event

    Thanks for your time, Snowguy. (Not sure I've used this quote function correctly, but ...)



    The JPanel doesn't repaint. There is no simulation yet. I seem to be having trouble with the...
  5. Updating JPanel on JTabbedPane with a Resize Event

    Folks,

    I have been struggling for some time with a problem. I think I have it half solved, but as a beginner at Java (and hindered by decades of programming in older languages), I can't get it...
Results 1 to 5 of 5