Top "Repaint" questions

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

repaint() in Java

Possible Duplicate: Java GUI repaint() problem? I write a Java code, but I have a trouble with GUI problem. When …

java swing graphics validation repaint
paint() and repaint() in Java

I've spent maybe the last two hours browsing and reading up on these methods and the Graphics class, and maybe …

java paint repaint
How to remove all components from a JFrame in Java?

I'm writing a program where I have a JFrame and I want to remove all components from it, then add …

java swing jframe repaint removeall
How to clear/ reset a JFrame

Me and my friend have decided to work on a card game which cycles between 3 screens (Player1HandScreen, Player2HandScreen …

java jframe validation repaint removeall
Swing JPanel won't repaint

I have a simple object which extends JPanel, when the update() method is called on this object it it meant …

java user-interface swing repaint
Java GUI repaint() problem?

I have a JFrame. This JFrame contains a JButton. I click the JButton and 10 JTextFields are created. the problem: I …

java user-interface refresh jpanel repaint
repaint() Method in Java

I am playing around with the Java graphics class a little bit and I was just wondering--when is it necessary …

java awt repaint
What's the difference between reflow and repaint?

I'm a little unclear on the difference between reflow + repaint (if there's any difference at all) Seems like reflow might …

javascript performance repaint reflow
JFrame removing JPanels and adding a new JPanel

I currrently have a SwingWorker that sends a HTTP Request and I override the SwingWorker's done() method to change contents …

java swing jframe repaint
How to improve painting performance of DataGridView?

(sorry for bad English) I have a big problem with performance of DataGridView when it re-paints. I'm using a DataGridView …

.net winforms datagridview repaint paint