Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
~7K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for Xozz
Member Avatar for rishabs
Member Avatar for palash889

If you want to learn ; you must chooise a language whitch you will learn I think java is the best you can read *the Head First Java*

Member Avatar for Reverend Jim
0
464
Member Avatar for Laura_16
Member Avatar for dennisbetty201
Member Avatar for ivy.inc.Hugh
Member Avatar for Dani
0
21
Member Avatar for piticu8120
Member Avatar for ____

post [URL] a.http file that's all java under: import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import javax.swing.JOptionPane; public class BareBonesBrowserLaunch { public static void openURL(String url) { try { browse(url); } catch (Exception e) { } } private static void browse(String url) throws Exception { //get system name String osName = …

Member Avatar for JamesCherrill
0
111
Member Avatar for Devid Billa
Member Avatar for MICKLUFFY
Member Avatar for Giyuuu

I think you must learn Algorithm and data structure first because it is one of most important things of programming

Member Avatar for ivy.inc.Hugh
0
154
Member Avatar for Napoleon_1
Member Avatar for tixtqs

I can teach you I think. Do you use Java? Or you can use javascript to run java code; in java ,you can use java.awt.Robot this class, it has a lot of functions to press keyboard itself ,move mouse itself,click mouse itself. like mouseMove() this function, keyPress this function, keyRelease() …

Member Avatar for ivy.inc.Hugh
0
89
Member Avatar for You Have Been C
Member Avatar for ivy.inc.Hugh
1
267
Member Avatar for LianaN
Member Avatar for ivy.inc.Hugh
1
2K

The End.