my dog learned polymorphism
The moose likes Swing / AWT / SWT and the fly likes Creating Macros in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Creating Macros in Java" Watch "Creating Macros in Java" New topic
Author

Creating Macros in Java

Devasia Manuel
Ranch Hand

Joined: May 13, 2008
Posts: 57
Is it possible to create macros in java, please tell me how...

Thanks
--Devasia
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
What do you define a "macro" to be? What would it do in the context of Java?


Android appsImageJ pluginsJava web charts
Devasia Manuel
Ranch Hand

Joined: May 13, 2008
Posts: 57
like moving the mouse automatically and typing in keys without the user
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
The java.awt.Robot class can do this.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Creating Macros in Java
 
Similar Threads
How good is the market for Macros
is macro substitution possible in java?
Problem with Ms Word
Is there a way to shorten System.out.println
Is there any Macro's concept in Java as in C and C++??