Results 1 to 1 of 1
Thread: Invoking method from applet
- 07-09-2012, 09:42 PM #1
Programming Again
- Join Date
- May 2012
- Location
- Eugene, OR
- Posts
- 55
- Rep Power
- 0
Invoking method from applet
Hello! This is the first time I've tried to write a method that is to be invoked. I'm reading about them on Google, and I'm a little confused. To simplify my code, I want my invoke method to perform several methods that would normally act upon the object.
I think I can figure it out with one piece of information...
Can the method being invoked be in the primary class that extends JApplet or does it have to be in its own class? If it has to be in its own class, does that class require a main method?
Thanks!
Similar Threads
-
invoking parent method even though child overrides it...
By vinod_javaranch in forum New To JavaReplies: 2Last Post: 08-18-2011, 04:33 PM -
Invoking a method
By Brainz in forum New To JavaReplies: 6Last Post: 12-06-2010, 02:07 PM -
Invoking method from String
By Supamagier in forum Advanced JavaReplies: 12Last Post: 05-29-2009, 09:21 AM -
Invoking a superclass version of a overridden method
By CyberFrog in forum New To JavaReplies: 3Last Post: 05-25-2009, 01:33 PM -
invoking method and output questions
By bluekswing in forum New To JavaReplies: 1Last Post: 08-06-2007, 06:36 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks