Java
Java sample programs for all level.
Sunday, January 12, 2014
To run windows based program from Java
class runpaint
{
public static void main(String args[])
{
try{
Runtime.getRuntime().exec("mspaint");
}catch(Exception e){}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment