Re: Dear Sir

1998-06-08 Thread gaolei
Why not try null layout and then use setBounds to relocate the component? I think the downside of null layout is it could not give a adjustable layout when the resolution is changed. Gao Lei. Chetan Kumar wrote: > > On Sun, 7 Jun 1998, Rani Pinchuk wrote: > > *>Hello. > *> > *>I wonder if your

Re: Dear Sir

1998-06-07 Thread Chetan Kumar
On Sun, 7 Jun 1998, Rani Pinchuk wrote: *>Hello. *> *>I wonder if your problem and other problems like this might be connected Yes you are right. In fact I had used awt listbox in JPanel. May be this is the cause of all problem. Anyhow in general how do I locate Jpanel in Jframe. I mean, say

Dear Sir

1998-06-07 Thread Chetan Kumar
Sir, I am using RedHat 5, jdk-1.1.5 and swing-1.0.2. I am not able to relocate or resize j-panel in a frame. I tried setlayout and setsize.But that did not work.Please reply, any help is appreciated. T

Re: Dear Sir

1998-06-07 Thread Rani Pinchuk
Hello. I wonder if your problem and other problems like this might be connected to mixing of AWT components with Swing components. I had a terrible bug connected to that - in my bug the repaint and TipTools didn't work. Apparently this bug is quite "popular" and I found several emails that