Welcome to Dream.In.Code
Getting Java Help is Easy!

Join 132,168 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,648 people online right now. Registration is fast and FREE... Join Now!




swing gridlayout jpanel re-draws

 
Reply to this topicStart new topic

swing gridlayout jpanel re-draws

wazzag
post 9 Oct, 2008 - 11:47 PM
Post #1


New D.I.C Head

*
Joined: 25 Jun, 2006
Posts: 15


My Contributions


Hi,

I have a JPanel using the gridlayout layout manager which diplays rows of information. In another JPanel I have a button which causes the information displayed to increase by one (the remaining empty rows are filled with empty JPanels).
The problem is that, after clicking the add button, the Panel clears and shows nothing until I either resize the window or just click the frame. Doing either of these seem to force a panel refresh?

In the redraw code I do the following:

CODE


addARowOfInfo(JPanel panel)
{
   panel.removeAll();
   panel.repaint();
   drawAllRows();
}
User is offlineProfile CardPM

Go to the top of the page

Ellie
post 10 Oct, 2008 - 01:23 AM
Post #2


D.I.C Regular

Group Icon
Joined: 17 Jan, 2007
Posts: 414



Thanked 4 times

Dream Kudos: 150
My Contributions



Try panel.revalidate();
User is offlineProfile CardPM

Go to the top of the page

wazzag
post 10 Oct, 2008 - 03:14 AM
Post #3


New D.I.C Head

*
Joined: 25 Jun, 2006
Posts: 15


My Contributions


QUOTE(Ellie @ 10 Oct, 2008 - 02:23 AM) *

Try panel.revalidate();


Works perfectly, thanks!

I do have to re-add the layout manager though which I guess is removed by panel.removeAll()?
User is offlineProfile CardPM

Go to the top of the page

Ellie
post 10 Oct, 2008 - 04:00 AM
Post #4


D.I.C Regular

Group Icon
Joined: 17 Jan, 2007
Posts: 414



Thanked 4 times

Dream Kudos: 150
My Contributions



Yeah, I think that removeAll would remove everything including the layout manager, but I don't really know. Glad to know it worked anyway icon_up.gif

User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/21/08 02:57PM

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month