does window have a default border layout, plz confirm ...
sarim raza
Ranch Hand
Joined: Nov 02, 2000
Posts: 232
posted
0
i know that Window cannot use a setLayout() method, am i right ? what about the default border ?
Sunanda Kanshi
Greenhorn
Joined: Dec 26, 2000
Posts: 12
posted
0
Hi, first of all i didn't get ur question whether u r asking about the setting layout mananger for window or whether the window has border or not. if u r talking about Layout for window,then as window objects are not created directly,but it is used with frame which has default layout manager of Borderlayout. And if u r talking about whether the window objects have border or not ,then the answer is they don't have border. Hope so it helps u, Bye