- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
15 Posted Topics
Re: You can allow the SmartScreen | |
Re: 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* | |
I only use Java.I'm coding a software like Photoshop.Could you tell me abaot it? | |
Re: 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 = … | |
| |
Re: I think you must learn Algorithm and data structure first because it is one of most important things of programming | |
Re: oh , just a command software don't you use GUI? | |
Re: 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() … | |
Re: I think you must put KeyListener this object into JFrame , and then it will be well | |
Re: I think you must use ImageInputStream first. Don't notice that ,it's only my sily answer. |
The End.