Hy.. I have a JPanel, and in this contentPanel I added some other custom panels and give them locations etc. So now I added a JScrollPane to the contentPanel and always when I scroll down it clears my
I am making an application in netbeans and want to have a status label that tells what is going on in the program at any given moment. There is a ton of code, but here is pretty much what it does: Jus
I have created a custom JButton class for representing spaces on a monopoly board. The game is multiplayer so a lot of the information needed to draw the button is held on the server (accessed via RMI
I have a problem with my repaint in the method move. I dont know what to doo, the code is below import java.awt.*;
I want to change text color inside a rectangle periodically. Here is my trial: TrainIdBox::TrainIdBox()
I am trying to implement a search results popup list similar to the style found here: http://www.inquisitorx.com/
OK so here\'s my code: http://www.so.pastebin.com/Qca4ERmy I am trying to use buffers so the applet won\'t flicker upon redraw() but it seems I am having trouble. The applet still flickers....
I have a CRichEditCtrl, and an algorithm works on its contents in-place, iterating through the contents and making changes. This seems to cause it to re-paaint every time, which causes flickering and
How can I speed up the scrolling 开发者_运维知识库of UserControls in a WinForms app.? My main form has trouble scrolling quickly on slow machines--painting for each of the small scroll increments is
I have a form in which i paint a waveform on a button click that is as soon as i click button, the waveform displays. Now when i minimize the form and maximize it again, the waveform disappears.How to