aspose file tools
The moose likes Applets and the fly likes using a frame inside an applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "using a frame inside an applet" Watch "using a frame inside an applet" New topic
Author

using a frame inside an applet

Mike Smith
Ranch Hand

Joined: Sep 23, 2005
Posts: 85
Hello, good day.

I am currently trying to use a class that extends Frame (taken from a text). This class acts as a drawing surface. My goal is create an applet using the Slate class, however, I have not been successful with it. First is this possible? or is there some kind of conflict between invoking paint(). My ultimate goal is to draw the graphics using slate instead of overriding paint in applet and then to create an animated applet. I would assume that creating a new Frame instead a applet would be possible. Any thoughts, greatly appreciated.

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
Yes, applets can open Frame windows. When you say "I have not been successful with it", what exactly does that mean? Is the window not opened? Does the painting not occur? TellTheDetails of how you're using this class.


Android appsImageJ pluginsJava web charts
 
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: using a frame inside an applet
 
Similar Threads
Flickering problem
Weird displaying issues between computers?
creating Image
drawImage not getting the image drawn before printing!
Double Buffering help!