| | |
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
addressbook android api apple applet application arguments array arrays automation binary bluetooth button calculator chat class classes client code columns component converter database draw eclipse error errors event exception file fractal ftp game givemetehcodez graphics gridlayout gui helpwithhomework html ide image inetaddress input integer j2me japplet java javaprojects jme jmf jni jpanel jtextarea julia link linux list loop map method methods midlethttpconnection mobile netbeans newbie number objects openjavafx oracle php print problem program programming project projects recursion rim scanner screen server set signing size smart sms socket sort sql storm string support swing test threads time tree unlimited webservices windows






