| | |
calling a function very basic >>> <<<<
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Apr 2008
Posts: 102
Reputation:
Solved Threads: 2
I want to know how to call the above function ???
can some one plzz help me with the code .....
import java.awt.*;
import java.applet.Applet;
import java.awt.event.*;
public class GridDrawingApplet extends Applet {
public void paint (Graphics g)
{
// Draw the vertical lines:
g.drawLine (0,0, 0,240);
}
}
public static void main(String []args)
{
// now i want to call the above function here how do i do it ....
// the void paint (Graphics g) function
}can some one plzz help me with the code .....
Local P ...
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 138
Java Syntax (Toggle Plain Text)
new GridDrawingApplet();
you don't need to explicitly call paint
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Apr 2008
Posts: 102
Reputation:
Solved Threads: 2
•
•
•
•
Java Syntax (Toggle Plain Text)
new GridDrawingApplet();
you don't need to explicitly call paint
so how can i display the content of paint.. wat i am expecting here is to display the content of paint, from the main program.. how can i do that ??
Local P ...
•
•
Join Date: Aug 2008
Posts: 1,162
Reputation:
Solved Threads: 138
sorry i assumed you knew where to place it
Java Syntax (Toggle Plain Text)
public static void main(String []args) { new GridDrawingApplet(); }
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
![]() |
Similar Threads
- Send data on a serial port (C++)
- Calling c++ dll in vb (Visual Basic 4 / 5 / 6)
- BASIC Languages File I/O Help (Legacy and Other Languages)
- what is pointer to function ??? (C)
- Creating an OS in visual basic 6.0 (Visual Basic 4 / 5 / 6)
- new implementation (C++)
- Structure Help Please (C++)
- Using x86 Assembly Language with Microsoft Visual C++ (C++)
Other Threads in the Java Forum
- Previous Thread: Play a wav. file
- Next Thread: Java Excel connectivity code
| Thread Tools | Search this Thread |
Tag cloud for Java
account addressbook android api apple applet application arguments array arrays automation binary bluetooth calculator character chat class classes client code component css data database developmenthelp draw eclipse error errors event exception file filechooser fractal functiontesting game givemetehcodez google graphics gridlayout gui helpwithhomework html ide idea image infinite input integer j2me java javaprojects jmf jni jpanel julia linux list loan loop map method methods mobile monitoring netbeans newbie number oracle pearl print problem program programming project property radio recursion scanner screen search server set size sms socket software sort splash sql static storm string support swing test threads time tree windows






