IntelliJ Java IDE
The moose likes Ranch Office and the fly likes AWT - Containers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » This Site » Ranch Office
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
 
jQuery in Action, 2nd edition
 
subject: AWT - Containers
 
Threads others viewed
How to disable maximum function of frame in applet.
Components vs Container (and Menu)
AWT - Containers
awt
hypothetical of course...
IntelliJ Java IDE