Why can't we add Windows and Frames to Frames when we can add Panels to Applets.And one more thing can an application extend Scrollpane or Window or Panel and can an Applet extend Panel.Somebody please explain me. Thanks a lot.
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Guys please help me i am confused.
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
In my opinion you need to study the AWT in more depth. I think one should learn Java first and then try to go for Certification. In that order.
Is is stated in the Java language Spec that <CODE>Window</CODE> is a top-level <CODE>Container</CODE> and as such cannot be included in any other. By the dictates of OOP, all descendants of <CODE>Window</CODE>, being <CODE>Window</CODE>s themselves, will behave accordingly.
One must understand the "IS A" and "HAS A" OOP concepts.
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD