File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Resizing problem in Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Resizing problem in Applet" Watch "Resizing problem in Applet" New topic
Author

Resizing problem in Applet

ramya narayanan
Ranch Hand

Joined: Oct 06, 2008
Posts: 338
Ever-Helping ranchers,
I'm facing a simple challenge in applet.
I'm writing an applet application consider some navigation aid in applet.
When I'm minimizing or maximimizing the applet, resizing i.e size of the navigation-aid does not change when I maximimize the applet.
How can I avail that ?
Any opinions?

Regards

ramya narayanan
Ranch Hand

Joined: Oct 06, 2008
Posts: 338
Any replies?
Regards
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
What do you mean by "maximize the applet"? Applets are fixed in size, so they don't respond to changes in the size of the web page they're embedded in.

If you mean that the applet pops open a window, and that the GUI elements in the window don't respond to resizing the window, then I suggest to read up on how to lay out GUI components; the Sun Java Tutorial talks about that at length.


Android appsImageJ pluginsJava web charts
ramya narayanan
Ranch Hand

Joined: Oct 06, 2008
Posts: 338
Any idea on how they normally do this or any useful links fellow - ranchers!
Regards
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Resizing problem in Applet
 
Similar Threads
disabling JFrame resize
Making Typing "Game", any tips or pointers before I start?
JScrollPane without horizontal scrolling
disabling resize button
size of applet