Top "Repaint" questions

Repaint refers to issues relating to re-rendering or redrawing user interface screens or portions of those screens.

Repaint() not calling paint() in Java

Let me start off by saying I know I've violated some basic Java principles in this messy code, but I'm …

java swing jpanel repaint graphics2d
JFrame repaint() issues - Java

I want to be able to draw using Java's paint() on a JFrame. When I click the JFrame (anywhere for …

java awt jframe validation repaint
How is CSS applied by the browser, and are repaints affected by it?

Let's say we have an HTML page with a single stylesheet <link>. How does the browser take the …

html css browser repaint rendering-engine
Microsoft chart control - redraw chart after failure (red cross)

I have a treeView element where every node represent a double list. I'm using a DataVisualization.Charting control to display …

c# charts repaint redraw overflowexception
Swing: Can't get JButton to update - repaint() not working

I'm using Swing for the first time to create a simple GUI. It consists of a JFrame upon which I …

java swing repaint swingworker
Using Java's JComponent repaint()

I'm writing a simple Game of Life program in Java and am having a bit of trouble getting it to …

java swing repaint jcomponent
paintComponent is not working (Java)

I have been trying to override and use the paint component method instead of the paint method because I've seen …

java swing jframe repaint paintcomponent
Label text doesn't get updated until the whole loop is completed

I have a Winform program that does some calculations when the user clicks on a button and then calls the …

c# winforms image repaint
smooth scrolling .net forms

Hi I am using forms in .net and i am adding lots of linked labels dynamically during runtime, I am …

c# .net winforms repaint
.setVisible(true) immediate repaint

In a short method, I hide a JFrame using setVisible(false). Then I take a screenshot and restore the JFrame …

java swing transparency visibility repaint