my dog learned polymorphism
The moose likes Swing / AWT / SWT and the fly likes AWT - Containers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "AWT - Containers" Watch "AWT - Containers" New topic
Author

AWT - Containers

vikas singh
Greenhorn

Joined: Jan 22, 2001
Posts: 23
Is there anyone who can help me out in containing awt containers & components.
My problem is -
01)whenever I am adding a Frame to another Frame, I get Run time
Exception -IllegalArgumentException : "Adding a window to a
container".Whereas I am able to add a Frame to an Applet.
02) is there any method to change the size of components in an
applet using FlowLayout as Layout Manager.
Kindly help�
Vikas.
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
This really belongs in the Swing/JFC/AWT forum.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: AWT - Containers
 
Similar Threads
How to disable maximum function of frame in applet.
awt
AWT - Containers
Components vs Container (and Menu)
hypothetical of course...