Hi all,
when i create an application as :
public class Myapp extends Frame
{
public Myapp()
{
super("MyApp");
setSize(100,100);
show();
}
}
and run it, the setSize does not resize the frame.
Can anyone tell me what must i do inorder to resize a frame?
-Karthik.
+-----------------------------------------------------------------+
| Karthik Vishwanath, Graduate trainee, |
| National Centre for Biological Sciences, TIFR Bangalore, India. |
| Ph: (080)344-4062/5615/3035 | Ext:315. |
| mail to: [EMAIL PROTECTED] |
+-----------------------------------------------------------------+
Microsoft isn't the answer.
Microsoft is the question and the answer is NO.
- Re: Using "setSize" with a Frame. Karthik Vishwanath
- Re: Using "setSize" with a Frame. Juan Carlos Zuluaga
- Re: Using "setSize" with a Frame. Sean Starkey
- Re: Using "setSize" with a Frame. Uncle George
- Re: Using "setSize" with a Frame. John Summerfield
- Re: Using "setSize" with a Frame. Juergen Kreileder
- Re: Using "setSize" with a Fram... John Summerfield
- Re: Using "setSize" with a ... Pavel Tolkachev
- Re: Using "setSize" wi... John Summerfield
- Re: Using "setSize"... Nelson Minar
- Re: Using "setSize&... Juergen Kreileder
