Tagged Questions

3
votes
1answer
2k views

Java GUI repaint() problem? [solved]

Hi, I have a JFrame. This JFrame contains a JButton. I click the JButton and 10 JTextFields are created. the problem: I cannot see them until "I force a repaint()" by resizing the window. Only then …
2
votes
1answer
153 views

How to disable the default painting behaviour of wheel scroll event on JScroolPane

I recently purchased the book Filthy Rich Clients and i found it really useful and fun. Building on one example from the book i tried implementing a custom ScrollPane that displays a "shadow" on the …
2
votes
2answers
372 views

Java repaint not working correctly

i use the java repaint method , it repaints, but the update is only seen when I either click on the canvas or resize the panel. How can I fix this ? What causes it?
2
votes
2answers
390 views

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 have placed a single JButton which, when clicked, calls some other code which takes approx. 3 seconds to …
2
votes
2answers
2k views

Java GUI repainting problem?

This one's a tough one - I have a JFrame that generates JTextFields. When I go from generating 2 JTextFields to 12 JTextfields (for example), I see some error where there is an extra differently-sized …
1
vote
2answers
102 views

Repaint frame when resized?

How would I force a Frame to repaint() immediately after it is maximized, or resized? I can't find what method is called when that specific operation takes place. I have a bunch of graphics that are …
1
vote
1answer
136 views

smooth scrolling .net forms

Hi I am using forms in .net and i am adding lots of linked labels dynamically during runtime, I am adding these linklabels to panel and adding that panel to the winform. When the no of linklabels …
1
vote
5answers
164 views

How to combine repaints in Swing?

I am calling repaint a bunch of times from a listeners, but the way I designed my paint function is only one repaint is required. I generate a bunch of repaints, since it hooked into my mouse motion …
1
vote
3answers
99 views

Disable winforms refresh

Every time I change the enable disable property of the controls on my winform it repaints the whole form. I want to avoid the redundant repaints by only repainting when i have updated all of the …
1
vote
2answers
351 views

Flash Bug - Force screen repaint

I have a Flash project that is a little unique in that it's an AS3 project that loads AS2 SWF files. I used the JumpEye bridge to make it all play together, but I'm experiencing a weird bug. The …
1
vote
1answer
350 views

Why is my Panel’s repaint not being called?

I've got a problem which I just can't seem to get around involving a small animation. For a project we are designing a J9 application to run on a PDA (DELL Axim X51). The problematic code (shown …
1
vote
1answer
399 views

Datagridview scrolling/last row problem (.Net Winforms)

Hi all, I have a grid with 7 and half rows visible. I have managed to display the last row fully but the half row space after the last row does not repaint and shows whatever was there previously. …
1
vote
1answer
240 views

SVG repaint

I'm working on drawing an SVG grid using Javascript. I've managed to get the axis drawn, as well as my quadrant labels. However I've run into an issue adding my dynamic points. I'm trying to draw the …
0
votes
3answers
86 views

java swing repaint()

(second question in a few hours) Kay so I'm making a chess variant in java, I have my console program working how I want it but now I'm trying to convert it to a swing GUI while STILL keeping the …
0
votes
1answer
42 views

sIFR.useStyleCheck weirdness in Safari 4 and Opera

So, I'm using sIFR (version 3, revision 436) to replace elements in my navigation, and everything is beautiful. But when I turn on sIFR.useStyleCheck to detect the CSS load, everything goes wonky in …

1 2 next
15 30 50 per page