Click here to Skip to main content
15,903,540 members
Home / Discussions / Java
   

Java

 
GeneralRe: Any one explain plz Pin
Luc Pattyn9-Dec-09 13:36
sitebuilderLuc Pattyn9-Dec-09 13:36 
GeneralRe: Any one explain plz Pin
LunaticFringe9-Dec-09 13:47
LunaticFringe9-Dec-09 13:47 
GeneralRe: Any one explain plz Pin
Nagy Vilmos9-Dec-09 21:34
professionalNagy Vilmos9-Dec-09 21:34 
JokeRe: Any one explain plz Pin
Richard MacCutchan9-Dec-09 23:50
mveRichard MacCutchan9-Dec-09 23:50 
GeneralRe: Any one explain plz Pin
LunaticFringe10-Dec-09 2:43
LunaticFringe10-Dec-09 2:43 
Questionscreen shairing application Pin
rajivbirari3-Dec-09 21:52
rajivbirari3-Dec-09 21:52 
AnswerRe: screen shairing application Pin
Nagy Vilmos3-Dec-09 23:54
professionalNagy Vilmos3-Dec-09 23:54 
AnswerRe: screen shairing application Pin
Arun Reginald Zaheeruddin1-Mar-10 0:05
Arun Reginald Zaheeruddin1-Mar-10 0:05 
You would need to look into the java.awt.Robot class to capture the screen. Just search for this class and you will get several tutorials explaining how to use it. But remember, this class just captures images of your desktop.

You would then have to send those images over the network to other computers using an implementation of either Datagram (UDP-based) or TCP-based Sockets or RMI.

Plus, also look into Serialization. These are the only pointers I can give you. People do not write tutorials about such stuff. I hope this helps you find a suitable direction to move forward in.

The beginning of knowledge is the fear of God

QuestionGWT https Pin
sangeethanarayan3-Dec-09 17:36
sangeethanarayan3-Dec-09 17:36 
AnswerRe: GWT https Pin
Nagy Vilmos4-Dec-09 0:24
professionalNagy Vilmos4-Dec-09 0:24 
GeneralRe: GWT https Pin
sangeethanarayan4-Dec-09 5:02
sangeethanarayan4-Dec-09 5:02 
GeneralRe: GWT https Pin
Nagy Vilmos4-Dec-09 5:34
professionalNagy Vilmos4-Dec-09 5:34 
Question[Solved] Access Problem with different classes and instances [modified] Pin
TheRainer3-Dec-09 16:13
TheRainer3-Dec-09 16:13 
AnswerRe: Access Problem with different classes and instances Pin
Cedric Moonen3-Dec-09 23:40
Cedric Moonen3-Dec-09 23:40 
QuestionRe: Access Problem with different classes and instances [modified] Pin
TheRainer11-Dec-09 4:33
TheRainer11-Dec-09 4:33 
AnswerRe: Access Problem with different classes and instances Pin
Cedric Moonen11-Dec-09 4:43
Cedric Moonen11-Dec-09 4:43 
AnswerRe: Access Problem with different classes and instances Pin
TheRainer11-Dec-09 7:05
TheRainer11-Dec-09 7:05 
QuestionBack Button on popup window doesn't work in IE Pin
sam#2-Dec-09 0:46
sam#2-Dec-09 0:46 
AnswerRe: Back Button on popup window doesn't work in IE Pin
David Skelly2-Dec-09 0:55
David Skelly2-Dec-09 0:55 
QuestionOutput error for Avl tree Pin
vtsmokey881-Dec-09 19:14
vtsmokey881-Dec-09 19:14 
AnswerRe: Output error for Avl tree Pin
vtsmokey881-Dec-09 20:04
vtsmokey881-Dec-09 20:04 
GeneralRe: Output error for Avl tree Pin
Nagy Vilmos1-Dec-09 21:40
professionalNagy Vilmos1-Dec-09 21:40 
QuestionBakhshali Approximation for finding the square root of a number..? Pin
silentbob03211-Dec-09 14:27
silentbob03211-Dec-09 14:27 
AnswerRe: Bakhshali Approximation for finding the square root of a number..? Pin
Nagy Vilmos1-Dec-09 21:47
professionalNagy Vilmos1-Dec-09 21:47 
AnswerRe: Bakhshali Approximation for finding the square root of a number..? Pin
Richard MacCutchan1-Dec-09 21:48
mveRichard MacCutchan1-Dec-09 21:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.