Results 1 to 2 of 2
- 09-22-2012, 07:33 AM #1
Member
- Join Date
- Sep 2012
- Posts
- 4
- Rep Power
- 0
What is the instance name of GCanvas automatically created in GraphicsProgram
Hi,
If I create a instance of GraphicsProgram class like:
public class graph extends GraphicsProgram{....}
GraphicsProgram will create a instance of GCanvas class automatically which fills the entire program window, so what is the name of this instance name?
Thank you.
- 09-22-2012, 08:38 AM #2
Re: What is the instance name of GCanvas automatically created in GraphicsProgram
Since neither GraphicProgram nor GCanvas are part of the standard JDK, you would be better off asking wherever you got those classes. However, instances don't have names, so you would also need to formulate a better question.
Additionally, learn to follow the Java coding conventions. Class names should start with an uppercase letter.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
Creating an instance variable in one class that connects to another instance variable
By SpicyElectricity in forum New To JavaReplies: 1Last Post: 04-21-2012, 06:03 PM -
Add GCanvas to JButton?
By SiX in forum New To JavaReplies: 3Last Post: 07-21-2011, 02:59 AM -
No action instance for path /addassociation could be created
By Manohar in forum Web FrameworksReplies: 0Last Post: 04-29-2010, 12:21 AM -
Find instance that owns instance?
By Addez in forum New To JavaReplies: 2Last Post: 04-04-2010, 03:36 PM -
No action instance for path /login could be created
By nida in forum Advanced JavaReplies: 7Last Post: 04-21-2009, 06:00 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks