| Author |
Develop an application like JConsole
|
Shikha Upadhyaya
Ranch Hand
Joined: Aug 17, 2011
Posts: 70
|
|
|
I have to develop an application similar to JConsole. As of now, I have created a form using Swing and have been able to retrieve all the log files. I am not getting how to go about linking these two. Could any one give me a hint please?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
When you say "these two", which two things do you mean?
|
 |
Shikha Upadhyaya
Ranch Hand
Joined: Aug 17, 2011
Posts: 70
|
|
|
Static swing form and log files.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Do you want to write to your log files from the user interface, or read the log files in your user interface?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Shikha Upadhyaya
Ranch Hand
Joined: Aug 17, 2011
Posts: 70
|
|
Do you want to write to your log files from the user interface, or read the log files in your user interface?
Read the log files in the UI.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8436
|
|
|
Maybe something like a JTextArea which displays the log contents?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: Develop an application like JConsole
|
|
|