Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
bigbike
bigbike's Profile
2
Posts
2
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Keyboard events outside window
[1 Reply]
05-Dec-2010 07:29 PM
Forum:
Programming Questions
This is the code for
Mouse events outside window.
import java.awt.MouseInfo;
import java.awt.Point;
void draw() {
Point mouse;
mouse = MouseInfo.getPointerInfo().getLocation();
println( "X=" + mouse.x + " Y=" + mouse.y );}
I want to
Keyboard events outside window.
How to write.
How do you open file.bat
[15 Replies]
24-Nov-2010 12:49 AM
Forum:
Programming Questions
I have tried this method and see.
But can not be opened.
//
Does not work.
void mousePressed()
{
open("myfile.bat");
}
//
This work
void mousePressed()
{
open("notepad.exe");
}
«Prev
Next »
Moderate user : bigbike
Forum