tomas gussymurphy

Greenhorn
+ Follow
since Jul 19, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tomas gussymurphy

according to your code above you have Applet2.init but you i dont see where you have created an instance of this Applet2 object and this is where i am going wrong. also you have some packeage information at the top. is this part of the code??
thanks.
tom
19 years ago
cool that worked a treat! cheers!
19 years ago
this is exactly what i was doing and gettig a null pointer error. however i have since come up with a hack work around and will be returning to the problem shortley. more later. thanks for your help. tom
19 years ago
i know that to set the menubar in a java program you have to call setMenuBar, a method of Frame. I cannot seem to use frames in my applet (adding a window to a container). is there a work around?
thanks.
19 years ago
can you make an instance of an applet in another applet class and display it by calling its init() method?
19 years ago
i am using an applet that containn a panel that displays a template image and a slider for generating patterns on the image. there are supposed to be 5 transitions. however when i tr and view it i get a run time error telling me that i am out of memory. the image sizes are all approx 300k each. i have used this program using different more memory intensive images and it works. i am totally confused. any help on this would be greatly appreciated.
tom
19 years ago
actually here is the code. ignore the imports some are not used.


[ July 19, 2004: Message edited by: Marilyn de Queiroz ]
19 years ago
i am getting a null pointer exception when i try making new objects of applets that happily run on there own. however when i make a new instance of the object in another class file and call its init() method it breaks. any ideas???
19 years ago