> I wonder whether it is possible to retrieve
> a Component from a JPanel (which has a BorderLayout)
[quoted text clipped - 4 lines]
> method in BorderLayout, however it is declared
> private so I can not use it.
you could override method addImpl() of your JPanel and save component and
appropriate constraint in a Hashtable.
____________
http://reader.imagero.com the best java image reader.
Flo - 31 Jan 2004 02:03 GMT
> > I wonder whether it is possible to retrieve
> > a Component from a JPanel (which has a BorderLayout)
[quoted text clipped - 9 lines]
>
> ____________
Ah...I did not know that. I was also thinking about changing the weight of
gridlines between the specific columns, but after reading your comment, I do
suspect that there will be a similar problem in that only all gridlines
together can be changed. Inserting an empty column and setting its width
very small (i.e. double grid lines) will divide the columns up visually. I
will go for that. Thanks ak.
Flo
Flo - 31 Jan 2004 02:11 GMT
Sorry Robert,
I accidentally posted to the wrong thread. My reply was meant for something
ak replied to earlier. Please ignore my post in this thread.
Flo
Robert Karlsson - 31 Jan 2004 13:03 GMT
>>I wonder whether it is possible to retrieve
>>a Component from a JPanel (which has a BorderLayout)
[quoted text clipped - 7 lines]
> you could override method addImpl() of your JPanel and save component and
> appropriate constraint in a Hashtable.
Thank you for the reply ak, this was
exactly what I needed.
diod.se | Robert Karlsson